diff options
| author | historia <[not public]> | 2026-07-12 21:16:58 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-12 21:16:58 -0400 |
| commit | f601a40776843f6196221e74ba502c571a5b1bcd (patch) | |
| tree | a5b3fc0ae5b8774d642439fc4d369b96bf3932ab /internal/admin/static/hazardeditor.js | |
| parent | beb0b73a9e56fdc717d55bbf1a1c7c5b49d4c6a4 (diff) | |
| download | thehouseoficarus-f601a40776843f6196221e74ba502c571a5b1bcd.tar.gz | |
fix(admin): standardize most search dropdowns and radio buttons
Diffstat (limited to 'internal/admin/static/hazardeditor.js')
| -rw-r--r-- | internal/admin/static/hazardeditor.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/admin/static/hazardeditor.js b/internal/admin/static/hazardeditor.js index 10def4b..e849512 100644 --- a/internal/admin/static/hazardeditor.js +++ b/internal/admin/static/hazardeditor.js @@ -13,7 +13,7 @@ var HAZARD_SECTIONS = [ ['warn_message', 'Warn Message', 'text', 'The air grows thick with toxic fumes...', 'wide'], ['hit_message', 'Hit Message', 'text', 'You cough and choke on the toxic gas!'], ['miss_message', 'Miss Message', 'text', 'You hold your breath and avoid the fumes.'], - ['required_item', 'Required Item', 'text', 'e.g. gas_mask'], + ['required_item', 'Required Item', 'search', 'e.g. gas_mask', '', null, 'items'], ['speed', 'Speed', 'number', '10', 'narrow'], ] }, |
