diff --git a/code/modules/food/kitchen/smartfridge_vr.dm b/code/modules/food/kitchen/smartfridge_vr.dm index 8b77e2f81d..1559e81f4f 100644 --- a/code/modules/food/kitchen/smartfridge_vr.dm +++ b/code/modules/food/kitchen/smartfridge_vr.dm @@ -14,7 +14,7 @@ expert_job = "Bartender" // Allow thrown items into smartfridges -/obj/machinery/smartfridge/throw_impact(var/atom/movable/A) +/obj/machinery/smartfridge/hitby(var/atom/movable/A, speed) . = ..() if(accept_check(A) && A.thrower) //Try to find what job they are via ID