mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 17:14:47 +01:00
[MIRROR] Fixes tags on ordered pizza (#3344)
* Fixes tags on ordered pizza (#56369) Box tags Fixes bug where box tags weren't updating correctly on creation Adds box tag flavours for the pizzas without them (i.e. Donk Pocket -> Bangin' Donk, Dank -> Fresh Herb, Sassysage -> Sausage Lovers, Arnold -> 9mm Pepperoni) Randomised pizza crates Pizza crates can now come with any five pizzas, weighted by disruptiveness Small chance of getting one pizza bomb in a pizza crate (either armed or not) per shift Armed pizza bomb Adds an armed variant of the bomb pizza box, which has the boxtag "Meat Explosion", contains a meat pizza and explodes 5 seconds after opening Makes the pizza party spawner use the armed bomb pizza box, instead of giving whoever a free syndicate pizza bomb they probably aren't allowed to use anyway Secure kitchen crate Adds the secure kitchen crate from my previous PR Adds a secure pizza crate variant to KiloStation's cargo warehouse where the freezer crate was, which contains the pizza party and is locked with kitchen access Ghost examines Adds ghost examine messages for pizza boxes with bombs or the nanomachine pizza in them * Fixes tags on ordered pizza Co-authored-by: cacogen <25089914+cacogen@users.noreply.github.com>
This commit is contained in:
@@ -54,6 +54,21 @@
|
||||
name = "secure hydroponics crate"
|
||||
icon_state = "hydrosecurecrate"
|
||||
|
||||
/obj/structure/closet/crate/secure/freezer //for consistency with other "freezer" closets/crates
|
||||
desc = "An insulated crate with a lock on it, used to secure perishables."
|
||||
name = "secure kitchen crate"
|
||||
icon_state = "kitchen_secure_crate"
|
||||
|
||||
/obj/structure/closet/crate/secure/freezer/pizza
|
||||
name = "secure pizza crate"
|
||||
desc = "An insulated crate with a lock on it, used to secure pizza."
|
||||
req_access = list(28)
|
||||
tamperproof = 10
|
||||
|
||||
/obj/structure/closet/crate/secure/freezer/pizza/PopulateContents()
|
||||
. = ..()
|
||||
new /obj/effect/spawner/lootdrop/pizzaparty(src)
|
||||
|
||||
/obj/structure/closet/crate/secure/engineering
|
||||
desc = "A crate with a lock on it, painted in the scheme of the station's engineers."
|
||||
name = "secure engineering crate"
|
||||
|
||||
Reference in New Issue
Block a user