From 01e144dc19026242fc46b6b0fcd373508dfec8b7 Mon Sep 17 00:00:00 2001 From: Awantje Date: Wed, 19 Jul 2023 02:55:51 +0200 Subject: [PATCH] Update smartgun_mount.dm Made move into step --- code/modules/cm_marines/smartgun_mount.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cm_marines/smartgun_mount.dm b/code/modules/cm_marines/smartgun_mount.dm index b72120d2038e..b59dc3f2cc44 100644 --- a/code/modules/cm_marines/smartgun_mount.dm +++ b/code/modules/cm_marines/smartgun_mount.dm @@ -906,7 +906,7 @@ user.visible_message(SPAN_NOTICE("[user] lets go of \the [src]."),SPAN_NOTICE("You let go of \the [src], letting the gun rest.")) user.unfreeze() user.reset_view(null) - user.Move(get_step(src, reverse_direction(src.dir))) + step(user, reverse_direction(src.dir)) user.setDir(dir) //set the direction of the player to the direction the gun is facing user_old_x = 0 //reset our x user_old_y = 0 //reset our y