Make radios usable toggles and keep cooldown semantics

This commit is contained in:
Jage9
2026-02-21 01:11:08 -05:00
parent 6111848eb0
commit 0541418e2a
4 changed files with 59 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ class ItemDefinition:
ITEM_DEFINITIONS: dict[ItemType, ItemDefinition] = {
"radio_station": ItemDefinition(
default_title="radio",
capabilities=("editable", "carryable", "deletable"),
capabilities=("editable", "carryable", "deletable", "usable"),
use_sound=None,
default_params={"streamUrl": "", "enabled": True, "volume": 50, "effect": "off", "effectValue": 50},
),