mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 00:51:26 +00:00
Fix crate airflow opacity (#1673)
changes: Crates should no longer block airflow.
This commit is contained in:
@@ -157,7 +157,7 @@
|
||||
else return 1
|
||||
else if(istype(mover) && mover.checkpass(PASSTABLE))
|
||||
return 1
|
||||
return 0
|
||||
return ..()
|
||||
|
||||
/obj/structure/closet/crate/Move(var/turf/destination, dir)
|
||||
if(..())
|
||||
@@ -708,4 +708,4 @@
|
||||
if ("2")
|
||||
return pickweight(random_stock_uncommon)
|
||||
if ("3")
|
||||
return pickweight(random_stock_common)
|
||||
return pickweight(random_stock_common)
|
||||
|
||||
Reference in New Issue
Block a user