tweaks again

This commit is contained in:
Fox-McCloud
2015-03-29 20:14:49 -04:00
parent a82399a9e7
commit b2cb7b2923
+4 -4
View File
@@ -543,11 +543,11 @@ datum/reagent/atropine/on_mob_life(var/mob/living/M as mob)
M.adjustBruteLoss(-3*REM)
M.adjustFireLoss(-3*REM)
if(M.oxyloss > 65)
M.setOxyLoss(65)
M.adjustOxyLoss(-10*REM)
if(M.losebreath > 5)
M.losebreath = 5
if(prob(30))
M.Dizzy(5)
if(M.confused > 60)
M.confused += 5
M.reagents.remove_reagent("sarin",10)
..()
return
@@ -584,7 +584,7 @@ datum/reagent/epinephrine/on_mob_life(var/mob/living/M as mob)
M.adjustBruteLoss(-1*REM)
M.adjustFireLoss(-1*REM)
if(M.oxyloss > 35)
M.setOxyLoss(35)
M.adjustOxyLoss(-10*REM)
if(M.losebreath >= 3)
M.losebreath = 3
..()