mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 20:13:45 +01:00
Fixes door/Move calling its parent twice
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user