Cleaning up defines

This commit is contained in:
Selis
2024-02-10 16:44:44 +01:00
parent 93f076a120
commit d99321bfdf
27 changed files with 196 additions and 89 deletions
+23 -1
View File
@@ -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