diff options
| author | historia <[not public]> | 2026-07-01 19:41:34 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-01 19:41:34 -0400 |
| commit | 8eec7b75ff9c8c368b252373db45fb891732d2ca (patch) | |
| tree | 528ab3f235e3082a51b8bd6c8e5ae269c41b4f2b /internal/admin/static/objecteditor.js | |
| parent | 78b522d57a9ebc691e075523910d7cdaa06b6493 (diff) | |
| download | thehouseoficarus-8eec7b75ff9c8c368b252373db45fb891732d2ca.tar.gz | |
mob combat stats overhauled and standardized
Diffstat (limited to 'internal/admin/static/objecteditor.js')
| -rw-r--r-- | internal/admin/static/objecteditor.js | 6 |
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'], ] }, |
