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