From 32eccf28c6757b09903987e925134a6a9c19822d Mon Sep 17 00:00:00 2001 From: Byemoh Date: Fri, 13 Dec 2024 11:59:33 -0600 Subject: [PATCH] removes parent_type:: syntax --- .../mob/living/carbon/human/species_types/lizardpeople.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species_types/lizardpeople.dm b/code/modules/mob/living/carbon/human/species_types/lizardpeople.dm index 1b8ebe15377c..2a00e46606ed 100644 --- a/code/modules/mob/living/carbon/human/species_types/lizardpeople.dm +++ b/code/modules/mob/living/carbon/human/species_types/lizardpeople.dm @@ -26,7 +26,7 @@ meat = /obj/item/reagent_containers/food/snacks/meat/slab/human/mutant/lizard skinned_type = /obj/item/stack/sheet/animalhide/lizard exotic_bloodtype = "L" - toxic_food = parent_type::toxic_food | DAIRY + toxic_food = TOXIC | DAIRY liked_food = MEAT | GRILLED | SEAFOOD | MICE | FRUIT inert_mutation = FIREBREATH deathsound = 'sound/voice/lizard/deathsound.ogg'