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 62447789dd..69dfc3a7ea 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,2 @@ /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 -/mob/living/carbon/human - var/eggs = 0 \ No newline at end of file + var/gender_change_cooldown = 0 // A cooldown for gender and gender indentify changing procs to make it easy to avoid spam of gender change \ No newline at end of file diff --git a/code/modules/mob/living/carbon/human/species/station/station_special_abilities_ch.dm b/code/modules/mob/living/carbon/human/species/station/station_special_abilities_ch.dm index 97d7385d7c..97354d7abb 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_special_abilities_ch.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_special_abilities_ch.dm @@ -114,6 +114,8 @@ mob/living/carbon/proc/charmed() //TODO //egglaying +var/eggs = 0 + /mob/living/proc/mobegglaying() set name = "Egg laying"