From 33ca7800e810321782191aee150958f9507d1d45 Mon Sep 17 00:00:00 2001 From: Crazylemon64 Date: Thu, 29 Dec 2016 23:55:07 -0800 Subject: [PATCH] Fixes a canister runtime --- code/game/machinery/atmoalter/canister.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/atmoalter/canister.dm b/code/game/machinery/atmoalter/canister.dm index b6fba3cc5ad..65f6fb7b09d 100644 --- a/code/game/machinery/atmoalter/canister.dm +++ b/code/game/machinery/atmoalter/canister.dm @@ -131,7 +131,7 @@ var/datum/canister_icons/canister_icon_container = new() var/list/LL = L[i] LL = LL.Copy() //make sure we don't edit the datum list LL.Add(list("active" = decals[LL["icon"]])) //"active" used by nanoUI - possibledecals[i] = LL + possibledecals.Add(LL) /obj/machinery/portable_atmospherics/canister/proc/check_change() var/old_flag = update_flag