[MIRROR] Breadcat (#806)

* Breadcat (#53609)

* Introducing Bread Cat

* Introducing Bread Cat

* Introducing Bread Cat

* Message

* Introducing Bread Cat

* Naming

* Crafting + Return

* H

* hnnnng

* Why are we still here?

Co-authored-by: PolishUser <fakemail@ fake.com>

* Breadcat

Co-authored-by: PolishUser <55540334+PolishUser@users.noreply.github.com>
Co-authored-by: PolishUser <fakemail@ fake.com>
This commit is contained in:
SkyratBot
2020-09-15 22:43:01 +01:00
committed by GitHub
co-authored by PolishUser PolishUser
parent ea8c4d18de
commit bff4c3e22d
5 changed files with 26 additions and 0 deletions
@@ -73,6 +73,19 @@
maxbodytemp = T0C + 40
held_state = "spacecat"
/mob/living/simple_animal/pet/cat/breadcat
name = "bread cat"
desc = "It's a cat... with a bread!"
gender = MALE
icon_state = "breadcat"
icon_living = "breadcat"
icon_dead = "breadcat_dead"
collar_type = null
held_state = "breadcat"
butcher_results = list(/obj/item/reagent_containers/food/snacks/meat/slab = 2, /obj/item/organ/ears/cat = 1, /obj/item/organ/tail/cat = 1, /obj/item/food/breadslice/plain = 1)
/mob/living/simple_animal/pet/cat/breadcat/add_cell_sample()
return
/mob/living/simple_animal/pet/cat/original
name = "Batsy"
desc = "The product of alien DNA and bored geneticists."