impregnation update

This commit is contained in:
quotefox
2019-10-25 17:03:19 +01:00
parent f99aa635e3
commit ab375c58d0
9 changed files with 68 additions and 39 deletions
@@ -576,9 +576,10 @@
//h13 assign your characters custom height.
if (H.custom_body_size > 0)
H.resize = (H.custom_body_size * 0.01)
//Move large characters up slightly. small character dont really need this.
H.pixel_y = min(((H.custom_body_size-100) * 0.25), 0)
//h13 give your starting impregchance (30%)
if (H.breedable == TRUE)
H.impregchance = 30
. = H
new_character = .
+3 -1
View File
@@ -53,8 +53,10 @@
var/mob_size = MOB_SIZE_HUMAN
//H13 custom body size
//H13 custom body size and impregnation
var/custom_body_size = 1
var/breedable = 0
var/impregchance = 0
var/list/mob_biotypes = list(MOB_ORGANIC)