mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Fixed relaymove blocking you in place (#19595)
Fixed relaymove blocking you in place Should fix #19569 and #19507
This commit is contained in:
@@ -111,8 +111,6 @@
|
||||
|
||||
/obj/machinery/computer/ship/helm/relaymove(mob/living/user, direction)
|
||||
. = ..()
|
||||
if(!.)
|
||||
return
|
||||
|
||||
if(viewing_overmap(user) && connected)
|
||||
connected.relaymove(user, direction, accellimit)
|
||||
|
||||
@@ -81,8 +81,6 @@ var/const/OVERMAP_SPEED_CONSTANT = (1 SECOND)
|
||||
|
||||
/obj/effect/overmap/visitable/ship/relaymove(mob/living/user, direction, accel_limit)
|
||||
. = ..()
|
||||
if(!.)
|
||||
return
|
||||
|
||||
INVOKE_ASYNC(src, PROC_REF(accelerate), direction, accel_limit)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user