mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user