[MIRROR] Small optimization for allowed lists [MDB IGNORE] (#17798)

* Small optimization for allowed lists

* Conflicts

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-12-01 01:00:36 +00:00
committed by GitHub
co-authored by MrMelbert GoldenAlpharex
parent b2f1b195c9
commit 2f99ae9cb9
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -114,7 +114,7 @@
helmet = new /obj/item/clothing/head/mod(src)
mod_parts += helmet
chestplate = new /obj/item/clothing/suit/mod(src)
chestplate.allowed += typecacheof(theme.allowed_suit_storage)
chestplate.allowed += theme.allowed_suit_storage
mod_parts += chestplate
gauntlets = new /obj/item/clothing/gloves/mod(src)
mod_parts += gauntlets