mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Types/Objects
* make traps their own category * move "trap for" from infobox to listview tabs as there can be a couple hundred GOs pointing to the same trap.
This commit is contained in:
@@ -325,7 +325,8 @@ var mn_objects = [
|
||||
[-3,"Травы"],
|
||||
[-4,"Полезные ископаемые"],
|
||||
[-2,"Задание"],
|
||||
[-6,"Инструменты"]
|
||||
[-6,"Инструменты"],
|
||||
[6,"Ловушки"]
|
||||
];
|
||||
var mn_quests = [
|
||||
[,"Континенты"],
|
||||
@@ -1449,6 +1450,7 @@ var g_object_types = {
|
||||
0: 'Другое',
|
||||
9: 'Книга',
|
||||
3: 'Контейнер',
|
||||
6: 'Ловушка',
|
||||
"-5": 'Сундук',
|
||||
25: 'Рыболовные лунки',
|
||||
"-3": 'Растение',
|
||||
|
||||
Reference in New Issue
Block a user