mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-24 16:41:48 +00:00
* [MDB IGNORE] Refactors drinks and fixes a lot of food problems * [MDB IGNORE] Refactors drinks and fixes a lot of food problems * forgto 2 commit * im slowly going insane * why does find and replace not FIND everything * hnghnnngh * h * l * a * a * so close... * delta fix * I thought I committed this already, guess not * this PR has been the bane of my fucking life * orange juice Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com> Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com> Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com> Co-authored-by: Jolly-66 <70232195+Jolly-66@users.noreply.github.com>
23 lines
789 B
Plaintext
23 lines
789 B
Plaintext
/obj/structure/closet/crate/wooden
|
|
name = "wooden crate"
|
|
desc = "Works just as well as a metal one."
|
|
material_drop = /obj/item/stack/sheet/mineral/wood
|
|
material_drop_amount = 6
|
|
icon_state = "wooden"
|
|
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/crate/wooden/toy
|
|
name = "toy box"
|
|
desc = "It has the words \"Clown + Mime\" written underneath of it with marker."
|
|
|
|
/obj/structure/closet/crate/wooden/toy/PopulateContents()
|
|
. = ..()
|
|
new /obj/item/megaphone/clown(src)
|
|
new /obj/item/reagent_containers/cup/soda_cans/canned_laughter(src)
|
|
new /obj/item/pneumatic_cannon/pie(src)
|
|
new /obj/item/food/pie/cream(src)
|
|
new /obj/item/storage/crayons(src)
|