mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Partially reverts the scarcity PR with respect to the bar. (#20788)
From the feedback I've been seeing while playing, the bar has become *unfun* to play or to interact with. I don't think the scarcity PR has helped improve player experience, at least for the bar. I've re-added the drinks that were removed, including the cabinet of beer yokes in the back. HOWEVER. There are less of all of them, encouraging resupplies if there's heavy use. !!!! I have not touched any other changes the scarcity PR introduced. Medbay and Engineering scarcity remain. Anything added to cargo remains purchasable, and the lavatory vendor still exists. !!!! Supersedes #20786
This commit is contained in:
@@ -23,3 +23,21 @@
|
||||
new /obj/item/reagent_containers/food/drinks/bottle/small/beer(src)
|
||||
new /obj/item/reagent_containers/food/drinks/bottle/small/beer(src)
|
||||
new /obj/item/reagent_containers/food/drinks/bottle/small/beer(src)
|
||||
|
||||
/obj/structure/closet/secure_closet/cabinet/beer
|
||||
name = "beer closet"
|
||||
desc = "A cabinet stacked end-to-end with six packs of beer."
|
||||
req_access = null
|
||||
storage_capacity = 45
|
||||
|
||||
/obj/structure/closet/secure_closet/cabinet/beer/fill()
|
||||
new /obj/item/storage/box/fancy/yoke/beer(src)
|
||||
new /obj/item/storage/box/fancy/yoke/ebisu(src)
|
||||
new /obj/item/storage/box/fancy/yoke/shimauma(src)
|
||||
new /obj/item/storage/box/fancy/yoke/moonlabor(src)
|
||||
new /obj/item/storage/box/fancy/yoke/earthmover(src)
|
||||
new /obj/item/storage/box/fancy/yoke/whistlingforest(src)
|
||||
new /obj/item/storage/box/fancy/yoke/threetowns(src)
|
||||
|
||||
/obj/structure/closet/secure_closet/cabinet/beer/horizon
|
||||
req_access = list(ACCESS_BAR)
|
||||
|
||||
@@ -711,3 +711,17 @@
|
||||
desc = "A secure security crate. Secure."
|
||||
icon_state = "security_crate"
|
||||
secure = TRUE
|
||||
|
||||
/obj/structure/closet/crate/drinks
|
||||
name = "exotic drinks crate"
|
||||
desc = "A crate packed with boxes of various beverages. Handle with care!"
|
||||
|
||||
/obj/structure/closet/crate/drinks/fill()
|
||||
new /obj/item/storage/box/burukutu(src)
|
||||
new /obj/item/storage/box/skrellbeerdyn(src)
|
||||
new /obj/item/storage/box/khlibnyz(src)
|
||||
new /obj/item/storage/box/hrozamal_soda(src)
|
||||
new /obj/item/storage/box/xuizijuice(src)
|
||||
new /obj/item/storage/box/midynhr_water(src)
|
||||
new /obj/item/storage/box/fancy/yoke/grape_juice(src)
|
||||
new /obj/item/storage/box/fancy/yoke/beetle_milk(src)
|
||||
|
||||
Reference in New Issue
Block a user