Fixed a minor detail.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2824 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
rockdtben
2011-12-26 18:19:17 +00:00
parent 406d2eed23
commit 8386e07d6a
+1 -1
View File
@@ -149,7 +149,7 @@
suiciding = 1
viewers(src) << "\red <b>[src] is thrashing wildly! It looks like \he's trying to commit suicide.</b>"
//put em at -175
adjustOxyLoss(max(100 - getFireLoss() - getBruteLoss() - getOxyLoss()))
adjustOxyLoss(max(100 - getFireLoss() - getBruteLoss() - getOxyLoss()), 0)
updatehealth()