Automatic changelog compile, [ci skip] (#33393)

This commit is contained in:
kevinz000
2017-12-10 11:58:42 -05:00
committed by Jordan Brown
parent 165d53b0de
commit 1f32d160d9
7 changed files with 105 additions and 56 deletions
+1 -1
View File
@@ -67,7 +67,7 @@
if(!has_space(material_amount))
to_chat(user, "<span class='warning'>[parent] is full. Please remove metal or glass from [parent] in order to insert more.</span>")
return
user_insert(I, user)
INVOKE_ASYNC(src, .proc/user_insert, I, user) //It wasn't returning COMPONENT_NO_AFTERATTACK properly without this being specifically asynced.
/datum/component/material_container/proc/user_insert(obj/item/I, mob/living/user)
var/requested_amount