[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:
SkyratBot
2023-07-20 16:44:14 -04:00
committed by GitHub
co-authored by MrMelbert Pinta Giz Giz
parent 4aff5c8efc
commit d85e590b8d
20 changed files with 945 additions and 762 deletions
+2 -2
View File
@@ -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!"))