space

Vars | |
cell | The default temperature setting |
---|---|
cell_cover_open | If this is a path, this gets created as an object in Initialize. |
show_hud | Status of the thermal regulator |
thermal_on | Status of the cell cover on the suit |
Procs | |
AltClick | Open the cell cover when ALT+Click on the suit |
CtrlClick | Remove the cell whent he cover is open on CTRL+Click |
Initialize | 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. |
equipped | Start Processing on the space suit when it is worn to heat the wearer |
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

The default temperature setting
cell_cover_open

If this is a path, this gets created as an object in Initialize.
show_hud

Status of the thermal regulator
thermal_on

Status of the cell cover on the suit
Proc Details
AltClick
Open the cell cover when ALT+Click on the suit
CtrlClick
Remove the cell whent he cover is open on CTRL+Click
Initialize
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.
equipped
Start Processing on the space suit when it is worn to heat the wearer
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