mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
[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:
co-authored by
MrMelbert
GoldenAlpharex
parent
b2f1b195c9
commit
2f99ae9cb9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user