From d2e81ac86efa52ff49907a1bde38b42e34b2514e Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Thu, 26 Sep 2019 11:14:12 +0200 Subject: [PATCH] Update goose.dm --- .../mob/living/simple_animal/animals/goose.dm | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/code/modules/mob/living/simple_animal/animals/goose.dm b/code/modules/mob/living/simple_animal/animals/goose.dm index 31f41ad7b1..b44b69c1e5 100644 --- a/code/modules/mob/living/simple_animal/animals/goose.dm +++ b/code/modules/mob/living/simple_animal/animals/goose.dm @@ -56,18 +56,18 @@ /mob/living/simple_animal/hostile/goose/New() ..() - if (prob(10)) - name = "Untitled Goose" - melee_damage_lower = 0 - melee_damage_upper = 1 - hostile = 0 - retaliate = 1 - cooperative = 1 - maxHealth = 50 - health = 50 - honk() - honking = 1 - humanoid_hands = 1 + if (prob(10)) + name = "Untitled Goose" + melee_damage_lower = 0 + melee_damage_upper = 1 + hostile = 0 + retaliate = 1 + cooperative = 1 + maxHealth = 50 + health = 50 + honk() + honking = 1 + humanoid_hands = 1 /mob/living/simple_animal/hostile/goose/Life() ..()