From cb894d853a15a1eb640926bdfc976fdf09a3afd9 Mon Sep 17 00:00:00 2001 From: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Date: Mon, 14 Feb 2022 18:40:12 -0600 Subject: [PATCH] Makes master compile (fuck) (merge skew moment) (#64930) #64709 (b5ae68778b966293454bd183f509bac8d7159418) broke master due to a merge skew with a var name changed by #64688 (0d34bc7798721c5b45d0600bd18b47709a3f5825) --- code/modules/mod/mod_theme.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mod/mod_theme.dm b/code/modules/mod/mod_theme.dm index be779d1338e..526b5a1a026 100644 --- a/code/modules/mod/mod_theme.dm +++ b/code/modules/mod/mod_theme.dm @@ -153,7 +153,7 @@ max_heat_protection_temperature = FIRE_IMMUNITY_MAX_TEMP_PROTECT slowdown_inactive = 1.5 slowdown_active = 1 - allowed = list(/obj/item/flashlight, /obj/item/tank/internals, /obj/item/watertank/atmos) + allowed_suit_storage = list(/obj/item/flashlight, /obj/item/tank/internals, /obj/item/watertank/atmos) skins = list( "atmospheric" = list( HELMET_LAYER = NECK_LAYER,