TG: Changed alien disarm intent on humans from weaken(rand(15,20)) to

weaken(rand(10,15)) .
Revision: r3119
Author: 	 ryantenn...@yahoo.com
This commit is contained in:
Ren Erthilo
2012-04-22 22:30:48 +01:00
parent 1e2b5d07b9
commit 13c391e672

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)