split tgui html (#17476)

* Repackage yarn sdks

* oups forgot that

* update dompurify

* fix mantraps

* .

* fix weakrefs

* rm

* porting the HTML split

* minify

* ut that back

* bye poly

* .

* re minify

* ..

* prettier

* fix that
This commit is contained in:
Kashargul
2025-04-06 18:08:14 +02:00
committed by GitHub
parent 8e22ba49fa
commit cc02a1a056
32 changed files with 1070 additions and 809 deletions
+2 -2
View File
@@ -79,9 +79,9 @@
log_debug("DEBUG: HasProximity called without reference on [src].")
return
if(a_left)
a_left.HasProximity(T, AM, old_loc)
a_left.HasProximity(T, WF, old_loc)
if(a_right)
a_right.HasProximity(T, AM, old_loc)
a_right.HasProximity(T, WF, old_loc)
/obj/item/assembly_holder/Crossed(atom/movable/AM as mob|obj)
if(AM.is_incorporeal())