Lexorin causes losebreath instead of oxyloss

Makes lexorin actually do what it's description says, now less deadly as
a side effect.
This commit is contained in:
mwerezak
2015-02-15 19:12:26 -05:00
parent c71cd925c4
commit d75379d6af
2 changed files with 3 additions and 6 deletions
+2 -2
View File
@@ -1702,8 +1702,8 @@ datum
if(!M) M = holder.my_atom
if(prob(33))
M.take_organ_damage(1*REM, 0)
M.adjustOxyLoss(3)
if(prob(20)) M.emote("gasp")
if(M.losebreath < 15)
M.losebreath++
..()
return