mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 11:05:50 +01:00
Makes gibbing 75% more efficient! (#17719)
* Makes explosions 75% more efficient! * fix this while im here
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
var/icon_vend = "minevend-vend"
|
||||
circuit = /obj/item/circuitboard/mining_equipment_vendor
|
||||
var/obj/item/card/id/inserted_id
|
||||
var/list/prize_list = list() //Generated during Initialize
|
||||
var/list/prize_list //Generated during Initialize
|
||||
var/dirty_items = FALSE // Used to refresh the static/redundant data in case the machine gets VV'd
|
||||
|
||||
/datum/data/mining_equipment
|
||||
|
||||
Reference in New Issue
Block a user