your dick is no longer a big fat noodle

This commit is contained in:
Blue Wildrose
2021-01-11 00:00:48 -07:00
parent f4c4e0721b
commit 4ec834c3dd
+2 -7
View File
@@ -40,20 +40,15 @@
var/rounded_length = round(length)
var/new_size
var/enlargement = FALSE
var/max_D = CONFIG_GET(number/penis_max_inches_prefs)
switch(rounded_length)
if(0 to 6) //If modest size
new_size = 1
if(7 to 11) //If large
new_size = 2
if(12 to max_D) //If massive
if(12 to 31) //If massive
new_size = 3
if(max_D + 1 to max_D+13) //If massive and due for large effects, modified in case some server owner running recent citcode decides to be insane with dick sizes in the config
new_size = 3
enlargement = TRUE
if(max_D+14 to INFINITY) //If comical
if(32 to INFINITY) //If comical
new_size = 4 //no new sprites for anything larger yet
enlargement = TRUE
if(owner)
var/status_effect = owner.has_status_effect(STATUS_EFFECT_PENIS_ENLARGEMENT)
if(enlargement && !status_effect)