Merge pull request #14026 from BlueWildrose/SkidoodleSkidaddle

Skidaddle skidoodle, your 12+ inch dick no longer looks like a noodley elephant trunk
This commit is contained in:
silicons
2021-01-12 01:20:49 -07:00
committed by GitHub
+3 -3
View File
@@ -39,16 +39,16 @@
return
var/rounded_length = round(length)
var/new_size
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 36) //If massive
new_size = 3
if(max_D+14 to INFINITY) //If comical
if(37 to INFINITY) //If comical
new_size = 4 //no new sprites for anything larger yet
if(linked_organ)
linked_organ.size = clamp(size + new_size, BALLS_SIZE_MIN, BALLS_SIZE_MAX)
linked_organ.update()