From 336434b68733dfaf86d822bd2ec178fef6ed49dc Mon Sep 17 00:00:00 2001 From: Vulpias <37509487+Vulpias@users.noreply.github.com> Date: Thu, 16 Jan 2020 03:51:34 +0100 Subject: [PATCH] Fixing Spelling errors Fixed an error --- code/modules/mob/living/carbon/human/human_defines_ch.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human_defines_ch.dm b/code/modules/mob/living/carbon/human/human_defines_ch.dm index f1489a81f5..62447789dd 100644 --- a/code/modules/mob/living/carbon/human/human_defines_ch.dm +++ b/code/modules/mob/living/carbon/human/human_defines_ch.dm @@ -1,6 +1,6 @@ /mob/living/carbon/human var/gender_change_cooldown = 0 // A cooldown for gender and gender indentify changing procs to make it easy to avoid spam of gender change -//an add so the egglaying ability can be used withput any troubles +//an add so the egglaying ability can be used /mob/living/carbon/human var/eggs = 0 \ No newline at end of file