Merge pull request #12142 from Fox-McCloud/blood-drunk

Fixes Blooddrunk Buff
This commit is contained in:
variableundefined
2019-08-29 22:30:24 -04:00
committed by GitHub
4 changed files with 24 additions and 96 deletions
@@ -209,7 +209,7 @@
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.drop_item())
if(!user.unEquip(src))
return
forceMove(H)
H.trophies += src