cringe
This commit is contained in:
QuoteFox
2020-07-05 21:19:26 +01:00
parent 89269608f0
commit 62c3aa6b17
2 changed files with 4 additions and 2 deletions

View File

@@ -204,8 +204,10 @@
H.give_genitals(TRUE)
H.suiciding = FALSE
H.custom_body_size = H.client.prefs.body_size
//H.size_multiplier = (max(min( round((H.custom_body_size)), MAX_BODYSIZE),MIN_BODYSIZE)* 0.01) //Not working dont know why.
attempting = FALSE
H.size_multiplier = (max(min( round((H.custom_body_size)), MAX_BODYSIZE),MIN_BODYSIZE)* 0.01) //set their size if they are cloning
return TRUE
//Grow clones to maturity then kick them out. FREELOADERS

View File

@@ -54,7 +54,7 @@
var/mob_size = MOB_SIZE_HUMAN
//H13 custom body size and impregnation
var/custom_body_size = 1
var/custom_body_size = 100
var/breedable = 0
var/impregchance = 0