mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-18 10:32:32 +01:00
Update goose.dm
This commit is contained in:
@@ -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()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user