mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
replace magic numbers related to emp and explosion severity with defines (#26495)
replace even more magic emp and ex numbers
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
return ..()
|
||||
|
||||
/obj/structure/fusionreactor/ex_act(severity)
|
||||
if(severity < 3)
|
||||
if(severity < EXPLODE_LIGHT)
|
||||
obj_integrity = 0
|
||||
healthcheck()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user