mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-18 19:53:35 +01:00
:)
:)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user