From 585bbdb557843c646c50e90dbc5eeaeb15d530ad Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Thu, 26 Sep 2019 10:57:20 +0200 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 406ab8bffd..2326036ea2 100644 --- a/code/modules/mob/living/simple_animal/animals/goose.dm +++ b/code/modules/mob/living/simple_animal/animals/goose.dm @@ -58,7 +58,7 @@ ..() if (prob(10)) name = "Untitled Goose" - melee_damage_lower = 0 //Massive damage reduction, will be balanced with toxin injection + melee_damage_lower = 0 melee_damage_upper = 1 hostile = 0 retaliate = 1