displaycase
Vars | |
alert | If true, this is alarmed and will set off a siren when opened without proper access. |
---|---|
electronics | The electronics currently installed in this showpiece. |
force_alarm | Do we want to force alarms even if off station? |
open | If this is currently unlocked |
openable | If false, this can never be opened, and the item inside should be inaccessible. Good for showcases. |
showpiece | The object stored inside. |
start_showpiece_type | The type that should be instantiated to fill the showpiece. |
start_showpieces | A list of random items that could possibly fill the case, as well as a flavor message for them. Takes sublists in the form of list("type" = /obj/item/bikehorn, "trophy_message" = "henk") |
trophy_message | A flavor message to show with this item. |
Var Details
alert
If true, this is alarmed and will set off a siren when opened without proper access.
electronics
The electronics currently installed in this showpiece.
force_alarm
Do we want to force alarms even if off station?
open
If this is currently unlocked
openable
If false, this can never be opened, and the item inside should be inaccessible. Good for showcases.
showpiece
The object stored inside.
start_showpiece_type
The type that should be instantiated to fill the showpiece.
start_showpieces
A list of random items that could possibly fill the case, as well as a flavor message for them. Takes sublists in the form of list("type" = /obj/item/bikehorn, "trophy_message" = "henk")
trophy_message
A flavor message to show with this item.