From 354109ad24a6a4ec5b0de00f9cc2d0301ee981c9 Mon Sep 17 00:00:00 2001 From: Chemlight Date: Sun, 13 Feb 2022 15:29:17 -0800 Subject: [PATCH] Update genitals.dm --- modular_citadel/code/modules/arousal/organs/genitals.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/arousal/organs/genitals.dm b/modular_citadel/code/modules/arousal/organs/genitals.dm index 7995eee9d..ac28f594a 100644 --- a/modular_citadel/code/modules/arousal/organs/genitals.dm +++ b/modular_citadel/code/modules/arousal/organs/genitals.dm @@ -83,7 +83,7 @@ owner.exposed_genitals += src if("Hidden by clothes") through_clothes = FALSE - hidden = TRUE + hidden = FALSE mode = "clothes" if(src in owner.exposed_genitals) owner.exposed_genitals -= src