[MIRROR] Fixes funky closet type (#26469)

* Fixes funky closet type (#81389)

## About The Pull Request

`secure/closet` -> `secure_closet`.

Changes nothing besides making the mapped in closet use the right name.

## Changelog

🆑 Melbert
fix: Lavaland Beech Bartender's clothing storage is named the right
thing now
/🆑

* Fixes funky closet type

---------

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-02-11 10:57:37 -05:00
committed by GitHub
co-authored by MrMelbert
parent b0e1bd111b
commit d4867029fc
@@ -36,7 +36,7 @@
for(var/i in 1 to 5)
new /obj/item/reagent_containers/cup/glass/colocup(src)
/obj/structure/closet/secure/closet/bar/lavaland_bartender_clothes
/obj/structure/closet/secure_closet/bar/lavaland_bartender_clothes
name = "bartender's closet"
/obj/structure/closet/secure_closet/bar/lavaland_bartender_clothes/PopulateContents()
@@ -44,4 +44,3 @@
new /obj/item/clothing/glasses/sunglasses/reagent(src)
new /obj/item/clothing/suit/costume/hawaiian(src)
new /obj/item/clothing/shoes/sandal/beach(src)