Merge pull request #33446 from tgstation/Cyberboss-patch-3

INVOKE_ASYNC is the exception not the rule!
This commit is contained in:
Leo
2017-12-12 00:38:29 -02:00
committed by CitadelStationBot
parent ea79750d4e
commit 2221d854a1
@@ -70,6 +70,7 @@
user_insert(I, user)
/datum/component/material_container/proc/user_insert(obj/item/I, mob/living/user)
set waitfor = FALSE
var/requested_amount
var/Itype = I.type
if(ispath(Itype, /obj/item/stack) && precise_insertion)