mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-21 19:06:41 +01:00
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:
co-authored by
silicons
LordME
parent
07102bc841
commit
749818c1cf
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user