auto hide belly option at round start.

auto hide belly option at round start.
This commit is contained in:
QuoteFox
2021-01-28 20:56:32 +00:00
parent de88764136
commit 6c32fd97b7
6 changed files with 18 additions and 6 deletions
@@ -589,12 +589,9 @@
H.name = real_name
//h13 assign your characters custom height.
if (H.custom_body_size) //Do they have it set?
//H.size_multiplier = (max(min( round((H.custom_body_size)), MAX_BODYSIZE),MIN_BODYSIZE)* 0.01) //Old method
H.resize(H.custom_body_size * 0.01)
//h13 give your starting impregchance (30%)
if (H.breedable == TRUE)
H.impregchance = 30
. = H
new_character = .
if(transfer_after)