Skip to content

Mining Equipment Locker is now a vending machine

Rob Nelson requested to merge pull/5686/Mining-Equipment into Bleeding-Edge

Created by: dylanstrategie

The Mining Equipment Locker was a pretty huge snowflake. It was basically a vending machine in every single aspect, except the part where it was supposed to be coded as one

Now, it's just a vending machine, period. No reason to do otherwise

  • Added Dwarven Mining Equipment, the vending machine that replaces Mining equipment lockers. It requires Mining access and vends everything the old machine used to vend, except for duckies and cigars
  • The vending machine is linked to the Cargo account to emulate the old vending machine's behavior. Not that it will function correctly, given that the Cargo account is depreciated. This should only affect where the money is going (otherwise it's supposed to go to the station's account)
  • The prices have been set way down. You can most likely deck out decently with your starting money. Some prize items like jetpacks and hookshots cost way more than your starting money, but then that's what Mining is for
  • Expansion of items in the vending machine is possible, also maybe moving the machines on the outpost altogether
  • All items from the old Mining Equipment Locker file was now moved to mine_items.dm. The old mining_equipment.dm itself now only contains the Ore Redemption Machine, and was renamed to this effect
  • A recharge pack was added to use with the machine
  • Maps updated to use the new vending machine, and Mining equipment's sprites were recycled whenever applicable

Merge request reports