mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Smartfridge atmos blocking fix (#16856)
This commit is contained in:
@@ -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."
|
||||
Reference in New Issue
Block a user