tgui loadout (#5680)

Co-authored-by: silicons <no@you.cat>
Co-authored-by: LordME <58342752+TheLordME@users.noreply.github.com>
This commit is contained in:
silicons
2023-07-22 12:00:59 +02:00
committed by GitHub
co-authored by silicons LordME
parent 07102bc841
commit 749818c1cf
84 changed files with 4209 additions and 3191 deletions
@@ -87,7 +87,13 @@
if(found)
if(user)
to_chat(user, "You remove \the [H] from \the [src].")
H.forceMove(get_turf(src))
//! Legacy code start
var/turf/T = get_turf(src)
if(T)
H.forceMove(T)
else
H.moveToNullspace()
//! End
H.holder2 = null
update_verbs()
if(critical && enabled)