mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-30 18:06:56 +01:00
refactors click handling (#7286)
This commit is contained in:
@@ -249,7 +249,7 @@
|
||||
tgui_stat.byond_stat_turf = null
|
||||
|
||||
/client/proc/list_turf_check(turf/T)
|
||||
return mob.TurfAdjacent(T)
|
||||
return mob.snowflake_ai_vision_adjacency(T)
|
||||
|
||||
/**
|
||||
* must return list(name, icon, ref).
|
||||
@@ -329,7 +329,7 @@
|
||||
return
|
||||
// todo: admin token implementation
|
||||
var/clickparams = params["params"]
|
||||
mob.ClickOn(A, clickparams, CLICKCHAIN_FROM_HREF)
|
||||
mob.click_on(A, null, null, clickparams, CLICKCHAIN_FROM_HREF)
|
||||
return
|
||||
// todo: mousedrag event
|
||||
|
||||
|
||||
Reference in New Issue
Block a user