Теперь предметы можно передавать из рук в руки (#462)

* add: Теперь предеты можно передовать из рук в руки

* Кудато не туда уехало
This commit is contained in:
Spatison
2024-07-18 01:33:28 +03:00
committed by GitHub
parent 8cfb81bbac
commit d32eb158d4
27 changed files with 579 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
offer-item-empty-hand = You don't have anything in your hand to give!
offer-item-try-give = You offer {THE($item)} to {$target}
offer-item-try-give-target = {$user} offers you {THE($item)}
offer-item-try-give-target = {$user} offers you a {THE($item)}
offer-item-give = You handed {THE($item)} to {$target}
offer-item-give-other = {$user} handed {THE($item)} to {$target}
offer-item-give-target = {$user} handed you {THE($item)}
offer-item-no-give = You stop offering {THE($item)} to {$target}
offer-item-no-give-target = {$user} is no longer offering {THE($item)} to you