mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user