mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
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:
co-authored by
S34N
GDN
parent
e31fb48da5
commit
d5461d38c8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user