From 781226fcfc6427bc36aa444918a1efaa7a0bb0c2 Mon Sep 17 00:00:00 2001 From: Spades Date: Tue, 4 Jul 2017 20:14:52 -0400 Subject: [PATCH] Update goose.dm --- code/modules/mob/living/simple_animal/animals/goose.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/animals/goose.dm b/code/modules/mob/living/simple_animal/animals/goose.dm index c1f6bf5a0d7..e3d3f3b202b 100644 --- a/code/modules/mob/living/simple_animal/animals/goose.dm +++ b/code/modules/mob/living/simple_animal/animals/goose.dm @@ -21,7 +21,7 @@ harm_intent_damage = 5 melee_damage_lower = 5 //they're meant to be annoying, not threatening. melee_damage_upper = 5 //unless there's like a dozen of them, then you're screwed. - cooperative = 1 // mwahahahahahaaa + cooperative = 1 // mwahahahahahaaa // Vorestation Edit, temporary attacktext = "pecked" attack_sound = 'sound/weapons/bite.ogg'