TG spawn panel port (#19293)

* TG spawn panel port

* .

* .

* click intercept

* .

* diagonals

* .

* .

* fix path search

* reduce that

* Fixes ghost click

* lol

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Kashargul
2026-03-29 19:01:27 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent c38c0d0698
commit 7c7aa0d237
38 changed files with 2236 additions and 662 deletions
+2
View File
@@ -40,6 +40,8 @@
show_verb_panel = FALSE
///Contains admin info. Null if client is not an admin.
var/datum/admins/holder = null
///Needs to implement InterceptClickOn(user,params,atom) proc
var/datum/click_intercept = null
var/buildmode = 0
///Contains the last message sent by this client - used to protect against copy-paste spamming.