This commit is contained in:
joep van der velden
2018-10-11 22:55:10 +02:00
parent 44ba995aa6
commit c96adec91f
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