mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-25 00:51:55 +00:00
Clown Toy Box + Wooden Crates (#28227)
This commit is contained in:
18
code/game/objects/structures/crates_lockers/crates/wooden.dm
Normal file
18
code/game/objects/structures/crates_lockers/crates/wooden.dm
Normal file
@@ -0,0 +1,18 @@
|
||||
/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"
|
||||
|
||||
/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/device/megaphone/clown(src)
|
||||
new /obj/item/weapon/reagent_containers/food/drinks/soda_cans/canned_laughter(src)
|
||||
new /obj/item/weapon/pneumatic_cannon/pie(src)
|
||||
new /obj/item/weapon/reagent_containers/food/snacks/pie/cream(src)
|
||||
new /obj/item/weapon/storage/crayons(src)
|
||||
Reference in New Issue
Block a user