From 138794378d971bc29d5a52c869e4966604bd840c Mon Sep 17 00:00:00 2001 From: Putnam Date: Fri, 2 Oct 2020 22:34:05 -0700 Subject: [PATCH] Made holofirelocks work. --- code/game/objects/structures/holosign.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/game/objects/structures/holosign.dm b/code/game/objects/structures/holosign.dm index 1e278a9f88..d996f86df7 100644 --- a/code/game/objects/structures/holosign.dm +++ b/code/game/objects/structures/holosign.dm @@ -98,6 +98,10 @@ /obj/structure/holosign/barrier/firelock/BlockSuperconductivity() return TRUE +/obj/structure/holosign/barrier/firelock/Initialize() + . = ..() + air_update_turf(TRUE) + /obj/structure/holosign/barrier/combifan name = "holo combifan" desc = "A holographic barrier resembling a blue-accented tiny fan. Though it does not prevent solid objects from passing through, gas and temperature changes are kept out."