mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-19 12:12:43 +01:00
10 lines
363 B
Plaintext
10 lines
363 B
Plaintext
/obj/structure/closet/secure_closet/bar
|
|
name = "booze closet"
|
|
req_access = list(access_bar)
|
|
closet_appearance = /decl/closet_appearance/cabinet/secure
|
|
open_sound = 'sound/machines/closet/closet_wood_open.ogg'
|
|
close_sound = 'sound/machines/closet/closet_wood_close.ogg'
|
|
|
|
starts_with = list(
|
|
/obj/item/reagent_containers/food/drinks/bottle/small/beer = 10)
|