Removed the chance for the e-mag antenna pulse to repeat at random throughout a cyborg's life. Done to prevent metagaming based on that pulse, which was originally intended as a visual verification for traitors.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1208 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
bizarre.babel@gmail.com
2011-03-18 23:41:20 +00:00
parent 4368bc7564
commit c8cbccee22

View File

@@ -82,10 +82,10 @@
if(src.resting)
src.weakened = max(src.weakened, 5)
if(emagged && prob(10))
src.overlays += "emag"
else
src.overlays -= "emag"
// if(emagged && prob(10))
// src.overlays += "emag" //Causes the emag pulse to activate again at random. Causes metagaming to activate constantly.
// else
// src.overlays -= "emag"
if(health < 0)
death()