Smartfridge atmos blocking fix (#16856)

This commit is contained in:
Doxxmedearly
2023-07-24 11:13:28 +00:00
committed by GitHub
parent cbebe0f7cc
commit 6f2916df29
2 changed files with 5 additions and 1 deletions
@@ -38,7 +38,7 @@
)
var/datum/wires/smartfridge/wires = null
atmos_canpass = CANPASS_NEVER
atmos_canpass = CANPASS_DENSITY
/obj/machinery/smartfridge/secure
is_secure = 1
@@ -0,0 +1,4 @@
author: Doxxmedearly
delete-after: True
changes:
- bugfix: "Smartfridges that do not block movement, such as the one in the pharmacy, no longer block airflow."