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