From b4fbeddda9ab996b75d41d140a361739100dad58 Mon Sep 17 00:00:00 2001 From: Blue Wildrose Date: Mon, 11 Jan 2021 00:12:13 -0700 Subject: [PATCH] Probably makes more sense --- code/modules/arousal/organs/penis.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/arousal/organs/penis.dm b/code/modules/arousal/organs/penis.dm index 2a7a3ae91e..70dcbce943 100644 --- a/code/modules/arousal/organs/penis.dm +++ b/code/modules/arousal/organs/penis.dm @@ -45,9 +45,9 @@ new_size = 1 if(7 to 11) //If large new_size = 2 - if(12 to 31) //If massive + if(12 to 36) //If massive new_size = 3 - if(32 to INFINITY) //If comical + if(37 to INFINITY) //If comical new_size = 4 //no new sprites for anything larger yet if(owner) var/status_effect = owner.has_status_effect(STATUS_EFFECT_PENIS_ENLARGEMENT)