Update goose.dm

This commit is contained in:
Sharkmare
2019-09-26 11:14:12 +02:00
committed by GitHub
parent dabe6483c3
commit d2e81ac86e
@@ -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()
..()