Skip to content

Commit

Permalink
oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
BaraBarax committed Jan 29, 2024
1 parent f0a7487 commit ab96692
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions code/game/mecha/combat/marauder.dm
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@

return ..()

/obj/mecha/combat/marauder/relaymove(mob/user, direction)
if(zoom)
if(world.time - last_message > 20)
src.occupant_message("Unable to move while in zoom mode.")
last_message = world.time
return FALSE
. = ..()

/obj/mecha/combat/marauder/do_move(direction)
if(!can_move)
return FALSE
Expand Down

0 comments on commit ab96692

Please sign in to comment.