mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-03 12:50:36 +00:00
Merge pull request #7993 from VOREStation/Arokha/issue6269
Fixes smartfridge throw stock issue
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user