fixes orm not giving mats and rods not having mats (#47163)

* o ok

* ok
This commit is contained in:
Qustinnus
2019-10-18 19:19:59 +02:00
committed by 81Denton
parent e5b25fbb13
commit 472dd167ac
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@
var/points = 0 //How many points this ore gets you from the ore redemption machine
var/refined_type = null //What this ore defaults to being refined into
novariants = TRUE // Ore stacks handle their icon updates themselves to keep the illusion that there's more going
mats_per_stack = MINERAL_MATERIAL_AMOUNT
var/list/stack_overlays
/obj/item/stack/ore/update_icon()