Fixes crusher trophies not properly being added

This commit is contained in:
CitadelStationBot
2017-06-18 18:42:05 -05:00
parent 85c075916d
commit 2990610c99
@@ -175,8 +175,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