Re-nerf lung capacity due to problems with internals.

This commit is contained in:
cib
2012-11-21 22:41:35 +01:00
parent 966f78f1ab
commit 6fbff77163
3 changed files with 10 additions and 3 deletions

View File

@@ -187,7 +187,10 @@
var/word = pick("dizzy","woosey","faint")
src << "\red You feel extremely [word]"
if(0 to 122)
toxloss += 200
// There currently is a strange bug here. If the mob is not below -100 health
// when death() is called, apparently they will be just fine, and this way it'll
// spam deathgasp. Adjusting toxloss ensures the mob will stay dead.
toxloss += 300 // just to be safe!
death()