mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
isopod meat i guess (#34471)
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
voice_name = "isopod"
|
voice_name = "isopod"
|
||||||
speak_emote = list("chirrups")
|
speak_emote = list("chirrups")
|
||||||
icon_state = "isopod"
|
icon_state = "isopod"
|
||||||
meat_type = /obj/item/weapon/reagent_containers/food/snacks/meat/roach/big
|
meat_type = /obj/item/weapon/reagent_containers/food/snacks/meat/roach/big/isopod
|
||||||
species_type = /mob/living/carbon/monkey/roach
|
species_type = /mob/living/carbon/monkey/roach
|
||||||
flag = RAD_IMMUNE
|
flag = RAD_IMMUNE
|
||||||
|
|
||||||
|
|||||||
@@ -232,6 +232,10 @@
|
|||||||
desc = "A chunk of meat from an above-average sized cockroach."
|
desc = "A chunk of meat from an above-average sized cockroach."
|
||||||
icon_state = "bigroachmeat"
|
icon_state = "bigroachmeat"
|
||||||
|
|
||||||
|
/obj/item/weapon/reagent_containers/food/snacks/meat/roach/big/isopod
|
||||||
|
name = "Isopod meat"
|
||||||
|
desc = "A chunk of meat from an isopod."
|
||||||
|
|
||||||
/obj/item/weapon/reagent_containers/food/snacks/meat/roach/big/New()
|
/obj/item/weapon/reagent_containers/food/snacks/meat/roach/big/New()
|
||||||
..()
|
..()
|
||||||
reagents.add_reagent(NUTRIMENT, 5)
|
reagents.add_reagent(NUTRIMENT, 5)
|
||||||
|
|||||||
Reference in New Issue
Block a user