Merge pull request #1891 from Yoshax/johnmayer

Increases stun time from falling due to gravity change
This commit is contained in:
Neerti
2016-06-08 01:14:59 -04:00
+4 -4
View File
@@ -284,11 +284,11 @@ var/list/mob/living/forced_ambiance_list = new
return
if(H.m_intent == "run")
H.AdjustStunned(2)
H.AdjustWeakened(2)
H.AdjustStunned(6)
H.AdjustWeakened(6)
else
H.AdjustStunned(1)
H.AdjustWeakened(1)
H.AdjustStunned(3)
H.AdjustWeakened(3)
mob << "<span class='notice'>The sudden appearance of gravity makes you fall to the floor!</span>"
/area/proc/prison_break()