mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[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:
co-authored by
PolishUser
PolishUser
parent
ea8c4d18de
commit
bff4c3e22d
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user