Give Grammar Fix (#21004)

This commit is contained in:
Wowzewow (Wezzy)
2025-07-15 17:07:37 +00:00
committed by GitHub
parent 95410a8791
commit 5631d7bb4b
2 changed files with 59 additions and 1 deletions
+1 -1
View File
@@ -48,4 +48,4 @@
I.on_give(usr, target)
if(!QDELETED(I)) // if on_give deletes the item, we don't want runtimes below
target.put_in_hands(I) // If this fails it will just end up on the floor, but that's fitting for things like dionaea.
usr.visible_message("<b>[usr]</b> hands [target] \a [I].", SPAN_NOTICE("You give \the [target] a [I]."))
usr.visible_message("<b>[usr]</b> hands \the [target] \a [I].", SPAN_NOTICE("You give \the [target] \a [I]."))