Update give.dm

This commit is contained in:
LetterJay
2017-10-08 14:55:37 -05:00
committed by GitHub
parent 86d9e5955a
commit 4c408f4541
+2 -2
View File
@@ -44,7 +44,7 @@
user << "<span class='warning'>Your hands are full.</span>"
user << "<span class='warning'>Their hands are full.</span>"
return
if(!user.drop_item(I))
if(!user.dropItemToGround(I))
src << "<span class='warning'>[user] can't let go of \the [I]!</span>"
user << "<span class='warning'>You can't seem to let go of \the [I].</span>"
return
@@ -55,4 +55,4 @@
if("No")
src.visible_message("<span class='warning'>[user] tried to hand \the [I] to [src] but \he didn't want it.</span>")
else
user << "<span class='warning'>[src]'s hands are full.</span>"
user << "<span class='warning'>[src]'s hands are full.</span>"