Files
Paradise/code/game/objects/structures/crates_lockers/closets/secure/bar.dm
DGamerL db578cdc6f Makes food not a subtype of reagent holders (#23379)
* I am suffering

* Alright this should be all now

* Fixes CI

* I hate the online merge resolver.

* This got lost in the merge master

* Updatepaths fixed + new added

* Contra review

* Fixes desserts

* Oops

* This should fix it

* Maybe?

* Attempt 3

* Missed conflict

* Update code/modules/reagents/chemistry/machinery/reagentgrinder.dm

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>

* Update code/modules/food_and_drinks/kitchen_machinery/kitchen_machine.dm

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>

* Update code/modules/food_and_drinks/food/foods/pizza.dm

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>

* Fixes grinders

* Adds comment

* Warrior review

* Warrior + Sirryan review

* Update code/modules/food_and_drinks/food_base.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

---------

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
2024-01-21 19:00:02 +00:00

24 lines
984 B
Plaintext

/obj/structure/closet/secure_closet/bar
name = "Booze cabinet"
req_access = list(ACCESS_BAR)
icon_state = "cabinet"
open_door_sprite = "cabinet_door"
resistance_flags = FLAMMABLE
max_integrity = 70
open_sound = 'sound/machines/wooden_closet_open.ogg'
close_sound = 'sound/machines/wooden_closet_close.ogg'
open_sound_volume = 25
close_sound_volume = 50
/obj/structure/closet/secure_closet/bar/populate_contents()
new /obj/item/reagent_containers/drinks/cans/beer(src)
new /obj/item/reagent_containers/drinks/cans/beer(src)
new /obj/item/reagent_containers/drinks/cans/beer(src)
new /obj/item/reagent_containers/drinks/cans/beer(src)
new /obj/item/reagent_containers/drinks/cans/beer(src)
new /obj/item/reagent_containers/drinks/cans/beer(src)
new /obj/item/reagent_containers/drinks/cans/beer(src)
new /obj/item/reagent_containers/drinks/cans/beer(src)
new /obj/item/reagent_containers/drinks/cans/beer(src)
new /obj/item/reagent_containers/drinks/cans/beer(src)