tweaks
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user