mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 21:57:53 +01:00
Merge pull request #2873 from cadyn/upstream-merge-11417
Merge Upstream Pull Request 11417
This commit is contained in:
@@ -10,11 +10,11 @@
|
||||
name = "mining equipment vendor"
|
||||
desc = "An equipment vendor for miners, points collected at an ore redemption machine can be spent here."
|
||||
icon = 'icons/obj/vending.dmi'
|
||||
icon_state = "adh-tool"
|
||||
icon_state = "minevend"
|
||||
density = TRUE
|
||||
anchored = TRUE
|
||||
var/icon_deny = "adh-tool-deny"
|
||||
var/icon_vend = "adh-tool-vend"
|
||||
var/icon_deny = "minevend-deny"
|
||||
var/icon_vend = "minevend-vend"
|
||||
circuit = /obj/item/weapon/circuitboard/mining_equipment_vendor
|
||||
var/obj/item/weapon/card/id/inserted_id
|
||||
var/list/prize_list // Initialized just below! (if you're wondering why - check CONTRIBUTING.md, look for: "hidden" init proc)
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 412 KiB After Width: | Height: | Size: 418 KiB |
Reference in New Issue
Block a user