-The weaken in the choke code wasn't enough and people were able to escape from being choked. I've upped it and tested it, you should not be able to escape from a lethal choke on your own any more.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4574 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
giacomand@gmail.com
2012-08-28 13:32:17 +00:00
parent 0b0719f2bb
commit 63aa82b73a
+2 -2
View File
@@ -112,8 +112,8 @@
killing = 0
hud1.icon_state = "disarm/kill"
return
affecting.Weaken(3)
affecting.Stun(3) // It will hamper your voice, being choked and all.
affecting.Weaken(5) // Should keep you down unless you get help.
affecting.Stun(5) // It will hamper your voice, being choked and all.
affecting.losebreath = min(affecting.losebreath + 2, 3)
return