cryopod ![code/game/machinery/cryopod.dm 15](git.png)
Vars | |
allow_items | Does this console store items? if NOT, will dump all items when the user cryo's instead |
---|---|
announcement_channel | The channel to be broadcast on, valid values are the values of any of the "RADIO_CHANNEL_" defines. |
radio | This is what the announcement system uses to make announcements. Make sure to set a radio that has the channel you want to broadcast on. |
Var Details
allow_items ![code/game/machinery/cryopod.dm 34](git.png)
Does this console store items? if NOT, will dump all items when the user cryo's instead
announcement_channel ![code/game/machinery/cryopod.dm 39](git.png)
The channel to be broadcast on, valid values are the values of any of the "RADIO_CHANNEL_" defines.
radio ![code/game/machinery/cryopod.dm 37](git.png)
This is what the announcement system uses to make announcements. Make sure to set a radio that has the channel you want to broadcast on.