Improved storage UX of labcoats and similar. (#24404)

* Improved storage UX of labcoats and similar.

* Don't runtime when forceMove is called during initializtion.

* Update code/modules/clothing/suits/suit_storage.dm

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>

* Update code/modules/clothing/suits/suit_storage.dm

Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com>

* Update code/modules/clothing/suits/suit_storage.dm

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>

---------

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com>
This commit is contained in:
Charlie Nolan
2024-03-10 20:20:09 +00:00
committed by GitHub
co-authored by S34N GDN
parent e31fb48da5
commit d5461d38c8
2 changed files with 24 additions and 0 deletions
@@ -430,6 +430,8 @@
if(!istype(I))
return FALSE
if(usr)
if(!Adjacent(usr))
return FALSE
if(!usr.unEquip(I, silent = TRUE))
return FALSE
usr.update_icons() //update our overlays