diff --git a/code/modules/mining/machine_redemption.dm b/code/modules/mining/machine_redemption.dm index f3a4278c2fe..9ed337f9d56 100644 --- a/code/modules/mining/machine_redemption.dm +++ b/code/modules/mining/machine_redemption.dm @@ -210,7 +210,8 @@ if(isnull(O.refined_type)) to_chat(user, span_warning("[O] has already been refined!")) return - + smelt_ore(O) + return TRUE return ..() /obj/machinery/mineral/ore_redemption/AltClick(mob/living/user)