sovereignx/data/text/obtain_item.inc

38 lines
908 B
PHP
Raw Permalink Normal View History

2021-07-20 20:18:31 +01:00
gText_ObtainedTheItem::
.string "Obtained the {STR_VAR_2}!$"
2021-07-20 20:18:31 +01:00
gText_TheBagIsFull::
.string "The BAG is full…$"
2021-07-20 20:18:31 +01:00
gText_PutItemInPocket::
.string "{PLAYER} put away the {STR_VAR_2}\n"
.string "in the {STR_VAR_3} POCKET.$"
2021-07-20 20:18:31 +01:00
gText_PlayerFoundOneItem::
.string "{PLAYER} found one {STR_VAR_2}!$"
2021-07-20 20:18:31 +01:00
gText_TooBadBagIsFull::
.string "Too bad!\n"
.string "The BAG is full…$"
2021-07-20 20:18:31 +01:00
gText_PlayerPutItemInBag::
.string "{PLAYER} put away the {STR_VAR_2}\n"
.string "in the BAG.$"
2021-07-20 20:18:31 +01:00
gText_ObtainedTheDecor::
.string "Obtained the {STR_VAR_2}!$"
2021-07-20 20:18:31 +01:00
gText_NoRoomLeftForAnother::
.string "Too bad! There's no room left for\n"
.string "another {STR_VAR_2}…$"
2021-07-20 20:18:31 +01:00
gText_TheDecorWasTransferredToThePC::
.string "The {STR_VAR_2} was transferred\n"
.string "to the PC.$"
gText_ObtainedTheItems::
.string "Obtained {STR_VAR_1} {STR_VAR_2}!$"
gText_PlayerFoundItems::
.string "{PLAYER} found {STR_VAR_1} {STR_VAR_2}!$"