Skip to content

Commit

Permalink
[MIRROR] autolathe altclick sanity (#1844)
Browse files Browse the repository at this point in the history
* autolathe altclick sanity (#81267)

---------

Co-authored-by: NovaBot <[email protected]>
Co-authored-by: jimmyl <[email protected]>
  • Loading branch information
3 people authored Feb 7, 2024
1 parent 84d7e04 commit 6ed1bd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/machinery/autolathe.dm
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@

/obj/machinery/autolathe/AltClick(mob/user)
. = ..()
if(!can_interact(user))
return
if(drop_direction)
balloon_alert(user, "drop direction reset")
drop_direction = 0
Expand Down

0 comments on commit 6ed1bd9

Please sign in to comment.