From 27bcc90eec82bf55c028f13274b2fd0bc66f8870 Mon Sep 17 00:00:00 2001 From: Leland Kemble <70413276+lelandkemble@users.noreply.github.com> Date: Sun, 19 Oct 2025 12:08:17 -0400 Subject: [PATCH] [NO GBP] Fixes folder renaming not working (#93505) ## About The Pull Request I forgot to add the flags when I redid it. ## Why It's Good For The Game Mistake ## Changelog :cl: fix: Folder renaming works again /:cl: --- code/modules/paperwork/folders.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/paperwork/folders.dm b/code/modules/paperwork/folders.dm index e8990530a8b..944132545a5 100644 --- a/code/modules/paperwork/folders.dm +++ b/code/modules/paperwork/folders.dm @@ -6,6 +6,7 @@ w_class = WEIGHT_CLASS_SMALL pressure_resistance = 2 resistance_flags = FLAMMABLE + obj_flags = UNIQUE_RENAME | RENAME_NO_DESC /// The background color for tgui in hex (with a `#`) var/bg_color = "#7f7f7f" /// A typecache of the objects that can be inserted into a folder