Merge pull request #9818 from farie82/twohanded-fix

Fixes the giving of required two handed items and chainsaw stuf
This commit is contained in:
variableundefined
2018-10-12 13:24:19 +08:00
committed by GitHub
4 changed files with 26 additions and 1 deletions
+1
View File
@@ -56,6 +56,7 @@
target.update_inv_l_hand()
target.update_inv_r_hand()
target.visible_message("<span class='notice'> [usr.name] handed \the [I.name] to [target.name].</span>")
I.on_give(usr, target)
if("No")
target.visible_message("<span class='warning'> [usr.name] tried to hand [I.name] to [target.name] but [target.name] didn't want it.</span>")
else