mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Cleaning up defines
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
#define NITROGEN_RETARDATION_FACTOR 0.15 //Higher == N2 slows reaction more
|
||||
#define THERMAL_RELEASE_MODIFIER 10000 //Higher == more heat released during reaction
|
||||
#define PHORON_RELEASE_MODIFIER 1500 //Higher == less phoron released by reaction
|
||||
@@ -550,3 +549,26 @@
|
||||
/obj/item/broken_sm/Destroy()
|
||||
STOP_PROCESSING(SSobj, src)
|
||||
return ..()
|
||||
|
||||
#undef NITROGEN_RETARDATION_FACTOR
|
||||
#undef THERMAL_RELEASE_MODIFIER
|
||||
#undef PHORON_RELEASE_MODIFIER
|
||||
#undef OXYGEN_RELEASE_MODIFIER
|
||||
#undef REACTION_POWER_MODIFIER
|
||||
|
||||
#undef DETONATION_RADS
|
||||
#undef DETONATION_MOB_CONCUSSION
|
||||
|
||||
#undef DETONATION_APC_OVERLOAD_PROB
|
||||
#undef DETONATION_SHUTDOWN_APC
|
||||
#undef DETONATION_SHUTDOWN_CRITAPC
|
||||
#undef DETONATION_SHUTDOWN_SMES
|
||||
#undef DETONATION_SHUTDOWN_RNG_FACTOR
|
||||
#undef DETONATION_SOLAR_BREAK_CHANCE
|
||||
|
||||
#undef DETONATION_EXPLODE_MIN_POWER
|
||||
#undef DETONATION_EXPLODE_MAX_POWER
|
||||
|
||||
#undef WARNING_DELAY
|
||||
|
||||
#undef SUPERMATTER_ACCENT_SOUND_COOLDOWN
|
||||
|
||||
Reference in New Issue
Block a user