[MIRROR] Kills bonus ore from the ORM. (#470)

* Kills bonus ore from the ORM. (#53073)

This was a mistake, and I regret doing it.

* Kills bonus ore from the ORM.

Co-authored-by: Iamgoofball <iamgoofball@gmail.com>
This commit is contained in:
SkyratBot
2020-08-23 20:17:47 +02:00
committed by GitHub
co-authored by Iamgoofball
parent 3e993c3c53
commit de1f78d9a0
-10
View File
@@ -35,16 +35,6 @@
materials = null
return ..()
/obj/machinery/mineral/ore_redemption/RefreshParts()
var/point_upgrade_temp = 1
var/ore_multiplier_temp = 1
for(var/obj/item/stock_parts/matter_bin/B in component_parts)
ore_multiplier_temp = 0.65 + (0.35 * B.rating)
for(var/obj/item/stock_parts/micro_laser/L in component_parts)
point_upgrade_temp = 0.65 + (0.35 * L.rating)
point_upgrade = point_upgrade_temp
ore_multiplier = round(ore_multiplier_temp, 0.01)
/obj/machinery/mineral/ore_redemption/examine(mob/user)
. = ..()
if(in_range(user, src) || isobserver(user))