Merge pull request #4278 from Citadel-Station-13/upstream-merge-33370

[MIRROR] Fixes certain material containers
This commit is contained in:
deathride58
2017-12-08 19:35:43 +00:00
committed by GitHub
4 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -58,7 +58,7 @@
return
. = COMPONENT_NO_AFTERATTACK
var/datum/callback/pc = precondition
if(pc && !pc.Invoke())
if(pc && !pc.Invoke(user))
return
var/material_amount = get_item_material_amount(I)
if(!material_amount)