From d01b4637788a4a982ac6123fe68cef4fe4c8bde1 Mon Sep 17 00:00:00 2001 From: DeltaFire <46569814+DeltaFire15@users.noreply.github.com> Date: Sat, 22 Jun 2024 06:54:25 +0200 Subject: [PATCH] i --- .../mob/living/carbon/human/species_types/nsv_lizardpeople.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsv13/code/modules/mob/living/carbon/human/species_types/nsv_lizardpeople.dm b/nsv13/code/modules/mob/living/carbon/human/species_types/nsv_lizardpeople.dm index 39b09bd3bc4..52a2c3f2837 100644 --- a/nsv13/code/modules/mob/living/carbon/human/species_types/nsv_lizardpeople.dm +++ b/nsv13/code/modules/mob/living/carbon/human/species_types/nsv_lizardpeople.dm @@ -2,7 +2,7 @@ //Modular type attachment. /datum/species/lizard - coldmod = 1 // Lzards here have exchanged their inherent damage modifier for them being cold-blooded. + coldmod = 1 // Lizards here have exchanged their inherent damage modifier for them being cold-blooded. inherent_traits = list(TRAIT_COLDBLOODED) // The aforementioned coldbloodedness ///Controls whether lizards use their muscles to generate additional heat if very cold. var/cold_stacks = 0