From 624279f3b1f2461f06f4e6ca7ca0d8f905ead704 Mon Sep 17 00:00:00 2001 From: mirrormagic1 Date: Sun, 24 Apr 2022 20:19:56 -0400 Subject: [PATCH] Update dildos.dm Added the missing size adjective to the if statement. --- modular_citadel/code/modules/arousal/toys/dildos.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modular_citadel/code/modules/arousal/toys/dildos.dm b/modular_citadel/code/modules/arousal/toys/dildos.dm index f67e8584..22103e4f 100644 --- a/modular_citadel/code/modules/arousal/toys/dildos.dm +++ b/modular_citadel/code/modules/arousal/toys/dildos.dm @@ -33,6 +33,8 @@ sizeword = "huge " if(5) sizeword = "gigantic " + if(6) + sizeword = "herculean " name = "[sizeword][dildo_shape] [can_customize ? "custom " : ""][dildo_type]"