From 5b590a978268bd9eb340f1da71260d199019a16a Mon Sep 17 00:00:00 2001 From: Runa Dacino Date: Wed, 30 Aug 2023 17:53:35 +0200 Subject: [PATCH] Tweak: Makes it possible to stand on same tile as fax machine It is now possible to climb a table that has a fax machine on it. Requested by PontifexMinimus --- code/modules/paperwork/faxmachine.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/paperwork/faxmachine.dm b/code/modules/paperwork/faxmachine.dm index 7edb247df24..5f4ceef722d 100644 --- a/code/modules/paperwork/faxmachine.dm +++ b/code/modules/paperwork/faxmachine.dm @@ -12,6 +12,7 @@ var/list/adminfaxes = list() //cache for faxes that have been sent to admins icon_state = "fax" insert_anim = "faxsend" req_one_access = list() + density = 0 use_power = USE_POWER_IDLE idle_power_usage = 30