code/__DEFINES/explosions.dm 
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_UNSTRUCK | Gibtonite has not been mined |
GIBTONITE_ACTIVE | Gibtonite has been mined and will explode soon |
GIBTONITE_STABLE | Gibtonite has been stablized preventing an explosion |
GIBTONITE_DETONATE | Gibtonite 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