mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-31 01:06:28 +01:00
- finish lazyaccess
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
if(LAZYACCESS(modifiers, ALT_CLICK) && istype(A, /turf/closed/wall/clockwork))
|
||||
superheat_wall(A)
|
||||
return
|
||||
if(modifiers["middle"] || LAZYACCESS(modifiers, CTRL_CLICK))
|
||||
if(LAZYACCESS(modifiers, MIDDLE_CLICK) || LAZYACCESS(modifiers, CTRL_CLICK))
|
||||
INVOKE_ASYNC(src, .proc/issue_command, A)
|
||||
return
|
||||
if(GLOB.ark_of_the_clockwork_justiciar == A)
|
||||
|
||||
Reference in New Issue
Block a user