Changed alien disarm intent on humans from weaken(rand(15,20)) to weaken(rand(10,15)) .

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3119 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
ryantennessee@yahoo.com
2012-02-12 23:40:29 +00:00
parent d521357c06
commit dd855e8288

View File

@@ -54,7 +54,7 @@
var/randn = rand(1, 100)
if (randn <= 90)
playsound(loc, 'pierce.ogg', 25, 1, -1)
Weaken(rand(15,20))
Weaken(rand(10,15))
for(var/mob/O in viewers(src, null))
if ((O.client && !( O.blinded )))
O.show_message(text("\red <B>[] has tackled down []!</B>", M, src), 1)