New animals

This commit is contained in:
ZomgPonies
2013-12-14 19:29:29 -05:00
parent a05b8b63f5
commit 729bf5e229
3 changed files with 9643 additions and 9597 deletions
@@ -263,3 +263,47 @@ var/global/chicken_count = 0
del(src)
else
processing_objects.Remove(src)
/mob/living/simple_animal/pig
name = "pig"
desc = "Oink oink."
icon_state = "pig"
icon_living = "pig"
icon_dead = "pig_dead"
speak = list("oink?","oink","OINK")
speak_emote = list("oinks")
// emote_hear = list("brays")
emote_see = list("rolls around")
speak_chance = 1
turns_per_move = 5
see_in_dark = 6
meat_type = /obj/item/weapon/reagent_containers/food/snacks/meat
meat_amount = 6
response_help = "pets the"
response_disarm = "gently pushes aside the"
response_harm = "kicks the"
attacktext = "kicks"
health = 50
/mob/living/simple_animal/goose
name = "goose"
desc = "A pretty goose. Would make a nice comforter."
icon_state = "goose"
icon_living = "goose"
icon_dead = "goose_dead"
speak = list("quack?","quack","QUACK")
speak_emote = list("quacks")
// emote_hear = list("brays")
emote_see = list("flaps it's wings")
speak_chance = 1
turns_per_move = 5
see_in_dark = 6
meat_type = /obj/item/weapon/reagent_containers/food/snacks/meat
meat_amount = 6
response_help = "pets the"
response_disarm = "gently pushes aside the"
response_harm = "kicks the"
attacktext = "kicks"
health = 50