DV Cleanup (#37919)

This commit is contained in:
ShizCalev
2018-05-19 18:24:20 -07:00
committed by Tad Hardesty
parent 3532f09ae1
commit e91171c0cb
25 changed files with 248 additions and 900 deletions
+3 -1
View File
@@ -10,6 +10,9 @@
CanAtmosPass = ATMOS_PASS_NO
var/state = PLASTIC_FLAPS_NORMAL
/obj/structure/plasticflaps/opaque
opacity = TRUE
/obj/structure/plasticflaps/examine(mob/user)
. = ..()
switch(state)
@@ -103,4 +106,3 @@
. = ..()
if (oldloc)
oldloc.air_update_turf(1)