Touch Ups

This commit is contained in:
Fox-McCloud
2015-03-25 09:12:10 -04:00
parent dbb04f4dbb
commit 279ea75e62
2 changed files with 3 additions and 2 deletions
@@ -537,6 +537,7 @@ datum/reagent/atropine/on_mob_life(var/mob/living/M as mob)
if(prob(30))
M.Dizzy(5)
M.Jitter(5)
M.reagents.remove_reagent("sarin",10)
..()
return
+2 -2
View File
@@ -482,9 +482,9 @@ datum/reagent/sarin/on_mob_life(var/mob/living/M as mob)
if(prob(2))
M.visible_message("<span class='danger'>[M] starts having a seizure!</span>", "<span class='danger'>You have a seizure!</span>")
M.Paralyse(5)
M.Jitter(1000)
M.jitteriness = 1000
if(current_cycle >= 5)
M.Jitter(50)
M.jitteriness += 10
if(current_cycle >= 20)
if(prob(5))
M.emote("collapse")