From ce0ba51b61b31fa4430b9519fecfd18b0b5ceb11 Mon Sep 17 00:00:00 2001 From: Ghommie <42542238+Ghommie@users.noreply.github.com> Date: Fri, 25 Oct 2019 12:52:32 +0200 Subject: [PATCH] Fixing schlongs and death. --- modular_citadel/code/modules/arousal/organs/penis.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modular_citadel/code/modules/arousal/organs/penis.dm b/modular_citadel/code/modules/arousal/organs/penis.dm index 6b9e5024df..17cd35c144 100644 --- a/modular_citadel/code/modules/arousal/organs/penis.dm +++ b/modular_citadel/code/modules/arousal/organs/penis.dm @@ -38,11 +38,11 @@ switch(rounded_length) if(0 to 6) //If modest size new_size = 1 - if(7 to 10) //If large + if(7 to 11) //If large new_size = 2 - if(11 to 19) //If massive + if(12 to 20) //If massive new_size = 3 - if(20 to 34) //If massive and due for large effects + if(21 to 34) //If massive and due for large effects new_size = 3 enlargement = TRUE if(35 to INFINITY) //If comical