mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Adds pineapple pizzabox (#6682)
This commit is contained in:
@@ -310,6 +310,19 @@
|
||||
prob(1);/obj/item/weapon/reagent_containers/food/snacks/meat/corgi,
|
||||
prob(1);/obj/item/weapon/reagent_containers/food/snacks/xenomeat)
|
||||
|
||||
/obj/random/pizzabox
|
||||
name = "random pizza box"
|
||||
desc = "This is a random pizza box."
|
||||
icon = 'icons/obj/food.dmi'
|
||||
icon_state = "pizzabox1"
|
||||
|
||||
/obj/random/pizzabox/item_to_spawn()
|
||||
return pick(/obj/item/pizzabox/margherita,
|
||||
/obj/item/pizzabox/mushroom,
|
||||
/obj/item/pizzabox/meat,
|
||||
/obj/item/pizzabox/vegetable,
|
||||
/obj/item/pizzabox/pineapple)
|
||||
|
||||
/obj/random/material //Random materials for building stuff
|
||||
name = "random material"
|
||||
desc = "This is a random material."
|
||||
|
||||
Reference in New Issue
Block a user