[MIRROR] split tgui html (#10594)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-06 09:39:15 -07:00
committed by GitHub
parent 5383e18a48
commit dd0ab1d10c
29 changed files with 1106 additions and 789 deletions

View File

@@ -62,7 +62,7 @@
var/atom/movable/AM = WF.resolve()
if(isnull(AM))
log_debug("DEBUG: HasProximity called without reference on [src].")
attached_device?.HasProximity(T, WEAKREF(AM), old_loc)
attached_device?.HasProximity(T, WF, old_loc)
/obj/item/transfer_valve/Moved(old_loc, direction, forced)
. = ..()