From 1bf4a11207ba1ac50677a768bcd52d49c7d03d2c Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Thu, 21 May 2020 11:24:45 -0400 Subject: [PATCH] Fixes smartfridge throw stock issue --- code/modules/food/kitchen/smartfridge_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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