space
Vars | |
cell | If this is a path, this gets created as an object in Initialize. |
---|---|
cell_cover_open | Status of the cell cover on the suit |
fishing_modifier | How much this suit affects fishing difficulty |
show_hud | If this is FALSE the batery status UI will be disabled. This is used for suits that don't use bateries like the changeling's flesh suit mutation. |
temperature_setting | The default temperature setting |
thermal_on | Status of the thermal regulator |
Procs | |
click_alt | Open the cell cover when ALT+Click on the suit |
equipped | Start Processing on the space suit when it is worn to heat the wearer |
item_ctrl_click | Remove the cell whent he cover is open on CTRL+Click |
remove_cell | Remove the cell from the suit if the cell cover is open |
toggle_spacesuit | Toggle the space suit's thermal regulator status |
toggle_spacesuit_cell | Toggle the space suit's cell cover |
Var Details
cell
If this is a path, this gets created as an object in Initialize.
cell_cover_open
Status of the cell cover on the suit
fishing_modifier
How much this suit affects fishing difficulty
show_hud
If this is FALSE the batery status UI will be disabled. This is used for suits that don't use bateries like the changeling's flesh suit mutation.
temperature_setting
The default temperature setting
thermal_on
Status of the thermal regulator
Proc Details
click_alt
Open the cell cover when ALT+Click on the suit
equipped
Start Processing on the space suit when it is worn to heat the wearer
item_ctrl_click
Remove the cell whent he cover is open on CTRL+Click
remove_cell
Remove the cell from the suit if the cell cover is open
toggle_spacesuit
Toggle the space suit's thermal regulator status
Toggle the space suit's thermal regulator status... Can't do it if it has no charge. Arguments:
- toggler - User mob who receives the to_chat messages.
- manual_toggle - If false get a differently-flavored message about it being disabled by itself
toggle_spacesuit_cell
Toggle the space suit's cell cover