Merge pull request #1662 from Citadel-Station-13/upstream-merge-28543

[MIRROR] Fixes crusher trophies not properly being added
This commit is contained in:
LetterJay
2017-06-26 06:13:46 -05:00
committed by GitHub
@@ -176,8 +176,9 @@
if(istype(T, denied_type) || istype(src, T.denied_type))
to_chat(user, "<span class='warning'>You can't seem to attach [src] to [H]. Maybe remove a few trophies?</span>")
return FALSE
if(!user.transferItemToLoc(src, H))
return
H.trophies += src
forceMove(H)
to_chat(user, "<span class='notice'>You attach [src] to [H].</span>")
return TRUE