[MIRROR] Reagent Refinery (#11282)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
Co-authored-by: C.L. <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-02 12:08:35 +02:00
committed by GitHub
co-authored by Will C.L.
parent 44f8a5dcd2
commit 747ed116c6
90 changed files with 4125 additions and 244 deletions
@@ -164,7 +164,7 @@
var/active = FALSE
var/points = 0
var/points_mult = 1 //VOREStation Add - multiplier for points generated when ore hits the processors
var/points_mult = 1 //- multiplier for points generated when ore hits the processors
var/static/list/ore_values = list(
ORE_SAND = 1,
ORE_HEMATITE = 1,
@@ -185,7 +185,7 @@
ORE_LEAD = 40,
ORE_MHYDROGEN = 40,
ORE_VERDANTIUM = 60,
ORE_RUTILE = 40) //VOREStation Add
ORE_RUTILE = 40)
/obj/machinery/mineral/processing_unit/Initialize(mapload)
. = ..()