mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-28 02:52:28 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user