mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Some cargo tweaks and adjustments (Oct '25) (#21446)
- Added the following items to cargo: pig, Cleanbot, Farmbot, Medibot, autopsy scanner, package/gift wrapping paper, PDA, universal (tape) recorder, IV stand, camping set & sleeping bags, InUs Game-Helm, produce boxes, paper scanner, data drives. - Moved certain cargo items to other categories. - Modified the pricing of blood, hydroponics trays, certain drink canisters, and organ coolers. Made folders and SBS blood come in multiple per order. - Miscellaneous spellchecks and grammar fixes in cargo. - Capped pizza boxes available in the mining vending machine to 2. Certain tweaks, adjustments and additions for QOL and ordering the unfindable for people (i.e. autopsy scanner). Pizza vending thing was changed so that miners can no longer skirt supply shortages by simply unloading 500 pizzas into everyone's lap. Sorry.
This commit is contained in:
@@ -17,7 +17,7 @@ GLOBAL_LIST_INIT(minevendor_list, list(
|
||||
new /datum/data/mining_equipment(/obj/item/stack/flag/yellow, 10, 50),
|
||||
new /datum/data/mining_equipment(/obj/item/stack/flag/purple, 10, 50),
|
||||
new /datum/data/mining_equipment(/obj/item/storage/bag/ore, 25, 50),
|
||||
new /datum/data/mining_equipment(pick(subtypesof(/obj/item/pizzabox)), 25, 50),
|
||||
new /datum/data/mining_equipment(pick(subtypesof(/obj/item/pizzabox)), 2, 50),
|
||||
new /datum/data/mining_equipment(/obj/item/device/flashlight/lantern, 10, 75),
|
||||
new /datum/data/mining_equipment(/obj/item/shovel, 15, 100),
|
||||
new /datum/data/mining_equipment(/obj/item/pickaxe, 10, 100),
|
||||
|
||||
Reference in New Issue
Block a user