mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
[MIRROR] Allows uniforms to have multiple accessories attached, removes armor from accessories [MDB IGNORE] (#22404)
* Allows uniforms to have multiple accessories attached, removes armor from accessories * Update code/modules/clothing/suits/_suits.dm * Update code/modules/clothing/under/_under.dm * merge conflicts pt1 * Updates some modular stuff --------- Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Co-authored-by: Pinta <68373373+softcerv@users.noreply.github.com> Co-authored-by: Giz <vinylspiders@gmail.com> Co-authored-by: Giz <13398309+vinylspiders@users.noreply.github.com>
This commit is contained in:
co-authored by
MrMelbert
Pinta
Giz
Giz
parent
4aff5c8efc
commit
d85e590b8d
@@ -315,9 +315,9 @@ GLOBAL_LIST_INIT(typecache_holodeck_linked_floorcheck_ok, typecacheof(list(/turf
|
||||
for(var/atom/movable/atom_contents as anything in holo_atom) //make sure that things inside of a holoitem are moved outside before destroying it
|
||||
atom_contents.forceMove(target_turf)
|
||||
|
||||
if(istype(holo_atom, /obj/item/clothing/under/rank))
|
||||
if(istype(holo_atom, /obj/item/clothing/under))
|
||||
var/obj/item/clothing/under/holo_clothing = holo_atom
|
||||
holo_clothing.dump_attachment()
|
||||
holo_clothing.dump_attachments()
|
||||
|
||||
if(!silent)
|
||||
visible_message(span_notice("[holo_atom] fades away!"))
|
||||
|
||||
Reference in New Issue
Block a user