mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
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