mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 16:08:32 +01:00
impregnation update
This commit is contained in:
@@ -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 = .
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user