Space Station 13 - Modules - TypesDefine Details

code/__DEFINES/explosions.dm

EXPLODE_DEVASTATEThe (current) highest possible explosion severity.
EXPLODE_HEAVYThe (current) middling explosion severity.
EXPLODE_LIGHTThe (current) lowest possible explosion severity.
EXPLODE_NONEThe default explosion severity used to mark that an object is beyond the impact range of the explosion.
GIBTONITE_UNSTRUCKGibtonite has not been mined
GIBTONITE_ACTIVEGibtonite has been mined and will explode soon
GIBTONITE_STABLEGibtonite has been stablized preventing an explosion
GIBTONITE_DETONATEGibtonite will now explode

Define Details

EXPLODE_DEVASTATE

The (current) highest possible explosion severity.

EXPLODE_HEAVY

The (current) middling explosion severity.

EXPLODE_LIGHT

The (current) lowest possible explosion severity.

EXPLODE_NONE

The default explosion severity used to mark that an object is beyond the impact range of the explosion.

GIBTONITE_ACTIVE

Gibtonite has been mined and will explode soon

GIBTONITE_DETONATE

Gibtonite will now explode

GIBTONITE_STABLE

Gibtonite has been stablized preventing an explosion

GIBTONITE_UNSTRUCK

Gibtonite has not been mined