aboutsummaryrefslogtreecommitdiff
path: root/internal/admin/static/objecteditor.js
diff options
context:
space:
mode:
Diffstat (limited to 'internal/admin/static/objecteditor.js')
-rw-r--r--internal/admin/static/objecteditor.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/internal/admin/static/objecteditor.js b/internal/admin/static/objecteditor.js
index 4d02295..d45c26e 100644
--- a/internal/admin/static/objecteditor.js
+++ b/internal/admin/static/objecteditor.js
@@ -121,12 +121,8 @@ var SECTIONS = [
['take_item', 'Take Item', 'text'],
['teleport', 'Teleport', 'number', '', 'narrow'],
['heal', 'Heal', 'number', '', 'narrow'],
- ['cost', 'Cost', 'number', '', 'narrow'],
- ['assign_task', 'Assign Task', 'checkbox'],
- ['skip_task', 'Skip Task', 'checkbox'],
- ['extend_task', 'Extend Task', 'checkbox'],
+ ['credits', 'Credits', 'number', '', 'narrow'],
['reputation_cost', 'Reputation Cost', 'number', '', 'narrow'],
- ['sawmill', 'Sawmill', 'checkbox'],
['aps_node', 'APS Node', 'checkbox'],
]
},