This commit is contained in:
kevinz000
2020-04-24 23:39:08 -07:00
parent 62fd71c50e
commit abb7f199df
3 changed files with 17 additions and 20 deletions
+1 -4
View File
@@ -69,9 +69,6 @@
return
next_click = world.time + world.tick_lag
// Hide typing indicator if we click
clear_typing_indicator()
if(check_click_intercept(params,A))
return
@@ -80,7 +77,7 @@
if(SEND_SIGNAL(src, COMSIG_MOB_CLICKON, A, params) & COMSIG_MOB_CANCEL_CLICKON)
return
var/list/modifiers = params2list(params)
if(modifiers["shift"] && modifiers["middle"])
ShiftMiddleClickOn(A)