Skip to content

Commit

Permalink
spasibo!!
Browse files Browse the repository at this point in the history
  • Loading branch information
BaraBarax committed Mar 30, 2024
1 parent f67ad01 commit 8e34015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/_onclick/click.dm
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
A.AltClick(src)

/atom/proc/AltClick(mob/user)
SEND_SIGNAL(src, SIGNAL_ALT_CLICKED, src, user)
SEND_SIGNAL(src, SIGNAL_ALT_CLICKED, src, user)

var/turf/clicked_turf = get_turf(src)

Expand Down

0 comments on commit 8e34015

Please sign in to comment.