From e7962c8e422d89e9ab293e192d109dd699f5a0bc Mon Sep 17 00:00:00 2001 From: "Wowzewow (Wezzy)" <42310821+alsoandanswer@users.noreply.github.com> Date: Thu, 30 Nov 2023 18:39:36 +0800 Subject: [PATCH] Update code/modules/clothing/clothing.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> --- code/modules/clothing/clothing.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index 1baa5ce8706..d559c115cfc 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -1060,7 +1060,9 @@ ///0 = unrolled, 1 = rolled, -1 = cannot be toggled var/rolled_down = -1 - var/rolled_sleeves = -1 ///0 = unrolled, 1 = rolled, -1 = cannot be toggled + + ///0 = unrolled, 1 = rolled, -1 = cannot be toggled + var/rolled_sleeves = -1 ///If set, rolling up sleeves/rolling down will use this icon state instead of initial(). var/initial_icon_override