Skip to content

Commit

Permalink
Prevents the PA wires from being EMP'd (tgstation#33199)
Browse files Browse the repository at this point in the history
* returns emp_act

* jordie for code owner
  • Loading branch information
praisenarsie authored and Cyberboss committed Dec 2, 2017
1 parent 2c541f2 commit 1ef3e9e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion code/datums/wires/particle_accelerator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,7 @@
if(WIRE_LIMIT)
C.strength_upper_limit = (mend ? 2 : 3)
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

0 comments on commit 1ef3e9e

Please sign in to comment.