[MIRROR] Var cleanup and map fixes (#5359)

* Merge pull request #35429 from ShizCalev/snowdin-cleanup

Var cleanup and map fixes

* Var cleanup and map fixes
This commit is contained in:
CitadelStationBot
2018-02-07 20:04:04 -06:00
committed by Poojawa
parent b476df25ca
commit 717da969a6
24 changed files with 177 additions and 687 deletions

View File

@@ -17,6 +17,8 @@
/obj/structure/closet/crate/New()
..()
if(icon_state == "[initial(icon_state)]open")
opened = TRUE
update_icon()
/obj/structure/closet/crate/CanPass(atom/movable/mover, turf/target)