This commit is contained in:
Geeves
2021-01-16 13:30:02 +02:00
committed by GitHub
parent 001dea87ba
commit eb47aa907a
9 changed files with 44 additions and 1 deletions
@@ -118,6 +118,32 @@
else
..()
/mob/living/simple_animal/pig
name = "pig"
desc = "Used in the past simply as meat farms, modern people recognize the affectionate side of these bacon factories."
icon = 'icons/mob/npc/livestock.dmi'
icon_state = "pig"
icon_living = "pig"
icon_dead = "pig_dead"
speak = list("oink", "oink oink", "OINK")
speak_emote = list("squeels")
emote_hear = list("snorts", "grunts")
emote_see = list("sways its tail")
speak_chance = 1
turns_per_move = 5
see_in_dark = 6
meat_type = /obj/item/reagent_containers/food/snacks/meat/pig
meat_amount = 20
organ_names = list("head", "chest", "right fore leg", "left fore leg", "right rear leg", "left rear leg")
response_help = "pets"
response_disarm = "gently pushes aside"
response_harm = "kicks"
attacktext = "kicked"
health = 120
emote_sounds = list('sound/effects/creatures/pigsnort.ogg')
butchering_products = list(/obj/item/stack/material/hairlesshide = 6)
forbidden_foods = list(/obj/item/reagent_containers/food/snacks/egg)
/mob/living/simple_animal/chick
name = "\improper chick"
desc = "Adorable! They make such a racket though."