Implements the Mining Equipment Vendor

Adds the Mining Equipment Vendor machine, which sells lots of items for points earned by mining.
Enhanced the ore processor to give points for processed ore.
Added some miscellaneous items such as hyposprays for miners.
Switched mining machines to use the nice new icons.
This commit is contained in:
Leshana
2018-04-24 18:18:54 -04:00
parent d1cfda7048
commit c09412c33e
11 changed files with 329 additions and 10 deletions
@@ -8,6 +8,7 @@
SPECIES_TESHARI = 'icons/mob/species/seromi/id.dmi'
)
var/mining_points = 0 // VOREStation Edit - For redeeming at mining equipment lockers
var/access = list()
var/registered_name = "Unknown" // The name registered_name on the card
slot_flags = SLOT_ID | SLOT_EARS