From 4757938229008ee8b089e460b5e34d89f6924e4e Mon Sep 17 00:00:00 2001 From: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Date: Fri, 29 Dec 2023 17:35:14 -0600 Subject: [PATCH] Fix ashwalker copypaste error for magic mirror (#80626) ## About The Pull Request Copy pasted bad for this ## Changelog :cl: Melbert fix: Lizards now show a proper description in the magic mirror /:cl: --- .../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 e77e36d9c17..2e265d32f65 100644 --- a/code/modules/mob/living/carbon/human/species_types/lizardpeople.dm +++ b/code/modules/mob/living/carbon/human/species_types/lizardpeople.dm @@ -155,7 +155,7 @@ Lizard subspecies: ASHWALKERS BODY_ZONE_R_LEG = /obj/item/bodypart/leg/right/lizard, ) -/datum/species/lizard/get_physical_attributes() +/datum/species/lizard/ashwalker/get_physical_attributes() return "Ash Walkers are identical to lizardpeople in almost all aspects. \ Unlike them, they're always digitigrade, they can breathe Lavaland's often noxious atmosphere and resist viruses. They are usually illiterate."