Merge pull request #4182 from Citadel-Station-13/upstream-merge-33199
[MIRROR] Prevents the PA from being EMP'd
This commit is contained in:
@@ -42,4 +42,7 @@
|
|||||||
if(WIRE_LIMIT)
|
if(WIRE_LIMIT)
|
||||||
C.strength_upper_limit = (mend ? 2 : 3)
|
C.strength_upper_limit = (mend ? 2 : 3)
|
||||||
if(C.strength_upper_limit < C.strength)
|
if(C.strength_upper_limit < C.strength)
|
||||||
C.remove_strength()
|
C.remove_strength()
|
||||||
|
|
||||||
|
/datum/wires/particle_accelerator/control_box/emp_pulse() // to prevent singulo from pulsing wires
|
||||||
|
return
|
||||||
Reference in New Issue
Block a user