mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
isopod meat i guess (#34471)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
voice_name = "isopod"
|
||||
speak_emote = list("chirrups")
|
||||
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
|
||||
flag = RAD_IMMUNE
|
||||
|
||||
|
||||
@@ -232,6 +232,10 @@
|
||||
desc = "A chunk of meat from an above-average sized cockroach."
|
||||
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()
|
||||
..()
|
||||
reagents.add_reagent(NUTRIMENT, 5)
|
||||
|
||||
Reference in New Issue
Block a user