:)
This commit is contained in:
Vulpias
2020-01-16 04:13:11 +01:00
parent 336434b687
commit 4522c15730
2 changed files with 3 additions and 5 deletions
@@ -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
var/gender_change_cooldown = 0 // A cooldown for gender and gender indentify changing procs to make it easy to avoid spam of gender change
@@ -114,6 +114,8 @@ mob/living/carbon/proc/charmed() //TODO
//egglaying
var/eggs = 0
/mob/living/proc/mobegglaying()
set name = "Egg laying"