From af1f0108a2514e20cef8f540cbf86ff59d552236 Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Mon, 29 Jul 2013 07:06:55 -0700 Subject: [PATCH] Armalis pinning fix. --- code/modules/mob/living/simple_animal/vox.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/vox.dm b/code/modules/mob/living/simple_animal/vox.dm index 2ea43707ba8..66d580c0d93 100644 --- a/code/modules/mob/living/simple_animal/vox.dm +++ b/code/modules/mob/living/simple_animal/vox.dm @@ -70,7 +70,7 @@ var/obj/item/weapon/arrow/quill/Q = new(loc) Q.fingerprintslast = src.ckey - Q.throw_at(target,10,20) + Q.throw_at(target,10,30) quills-- spawn(100)