Arousal menu update, Impreg chance

This commit is contained in:
QuoteFox
2021-04-25 12:41:15 +01:00
parent b6eb1f6f77
commit 17b49ab022
4 changed files with 14 additions and 5 deletions
@@ -597,7 +597,7 @@
if (H.custom_body_size) //Do they have it set?
H.resize(H.custom_body_size * 0.01)
if (H.breedable == TRUE)
H.impregchance = 30
H.impregchance = 33
. = H
new_character = .
if(transfer_after)
+1 -1
View File
@@ -58,7 +58,7 @@
//H13 custom body size and impregnation
var/custom_body_size = 100
var/breedable = 0
var/impregchance = 0
var/impregchance = 33
//h13 noncon settings
var/Noncon = 0
var/ERP = 0