mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +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
@@ -111,3 +111,16 @@
|
||||
)
|
||||
result = /obj/item/food/breadslice/moldy
|
||||
subcategory = CAT_BREAD
|
||||
|
||||
/datum/crafting_recipe/food/breadcat
|
||||
name = "Bread cat/bread hybrid"
|
||||
reqs = list(
|
||||
/obj/item/food/bread/plain = 1,
|
||||
/obj/item/organ/ears/cat = 1,
|
||||
/obj/item/organ/tail/cat = 1,
|
||||
/obj/item/reagent_containers/food/snacks/meat/slab = 3,
|
||||
/datum/reagent/blood = 50,
|
||||
/datum/reagent/medicine/strange_reagent = 5
|
||||
)
|
||||
result = /mob/living/simple_animal/pet/cat/breadcat
|
||||
subcategory = CAT_BREAD
|
||||
|
||||
@@ -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."
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 67 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 11 KiB |
Reference in New Issue
Block a user