mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Fixes smartfridge throw stock issue
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
expert_job = "Bartender"
|
expert_job = "Bartender"
|
||||||
|
|
||||||
// Allow thrown items into smartfridges
|
// 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)
|
if(accept_check(A) && A.thrower)
|
||||||
//Try to find what job they are via ID
|
//Try to find what job they are via ID
|
||||||
|
|||||||
Reference in New Issue
Block a user