Fixes door/Move calling its parent twice

This commit is contained in:
Krausus
2016-09-28 13:01:48 -04:00
parent e5de2cb483
commit 09f0aed775
+1 -2
View File
@@ -281,10 +281,9 @@
/obj/machinery/door/Move(new_loc, new_dir)
var/turf/T = loc
..()
. = ..()
move_update_air(T)
. = ..()
if(width > 1)
if(dir in list(EAST, WEST))
bound_width = width * world.icon_size