mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-14 17:36:52 +01:00
Pig (#10947)
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user