mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Rips out unnecessary relaymove call on set machines
Also removes a sanity check that is no longer necessary.
This commit is contained in:
@@ -160,8 +160,6 @@ obj/machinery/atmospherics/proc/check_connect_types_construction(obj/machinery/a
|
||||
/obj/machinery/atmospherics/relaymove(mob/living/user, direction)
|
||||
if(!(direction & initialize_directions)) //can't go in a way we aren't connecting to
|
||||
return
|
||||
if(user.machine == src) //temporary fix until we overhaul movement code
|
||||
return
|
||||
|
||||
var/obj/machinery/atmospherics/target_move = findConnecting(direction)
|
||||
if(target_move)
|
||||
|
||||
Reference in New Issue
Block a user