Removed all global modifications of toxloss.

Added a setToxLoss() proc.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2653 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
rockdtben
2011-12-10 14:36:08 +00:00
parent 46685aba5b
commit c2eaca7b29
11 changed files with 54 additions and 39 deletions

View File

@@ -497,9 +497,9 @@ Traitors and the like can also be revived with the previous role mostly intact.
return
if(config.allow_admin_rev)
//M.fireloss = 0
M.toxloss = 0
M.setToxLoss(0)
//M.bruteloss = 0
M.oxyloss = 0
M.setOxyLoss(0)
M.paralysis = 0
M.stunned = 0
M.weakened = 0