Porting Foxes and Chauncey (#548)

Foxes are great and we need them.
This commit is contained in:
Fire-and-Glory
2016-07-11 16:51:33 +03:00
committed by skull132
parent 5f8c2fde3c
commit 4d94f46bd1
4 changed files with 62 additions and 0 deletions
@@ -0,0 +1,25 @@
//Foxxy
/mob/living/simple_animal/corgi/fox
name = "fox"
desc = "It's a fox. I wonder what it says?"
icon_state = "fox"
icon_living = "fox"
icon_dead = "fox_dead"
speak = list("Ack-Ack","Ack-Ack-Ack-Ackawoooo","Geckers","Awoo","Tchoff")
speak_emote = list("geckers", "barks")
emote_hear = list("howls","barks")
emote_see = list("shakes its head", "shivers")
speak_chance = 1
turns_per_move = 5
see_in_dark = 6
meat_type = /obj/item/weapon/reagent_containers/food/snacks/meat
meat_amount = 3
response_help = "pets"
response_disarm = "gently pushes aside"
response_harm = "kicks"
mob_size = 8
//Captain fox
/mob/living/simple_animal/corgi/fox/Chauncey
name = "Chauncey"
desc = "Chauncey, the Captain's trustworthy fox. I wonder what it says?"