Fix crate airflow opacity (#1673)

changes:

Crates should no longer block airflow.
This commit is contained in:
Lohikar
2017-01-30 15:36:23 -06:00
committed by skull132
parent 48d5809592
commit e02dedd808
2 changed files with 6 additions and 2 deletions

View File

@@ -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)