diff options
author | Fedja Beader <fedja@protonmail.ch> | 2023-06-07 22:50:33 +0200 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2023-06-07 22:50:33 +0200 |
commit | 6224453280e2691fc5ca8259c40eea0b20221cdd (patch) | |
tree | 8f8b46a34dc4e725d126b2b60b714c23dfe3b3c1 /npc | |
parent | 17db5689e09a91b28ef9112f3dc31098804ea155 (diff) | |
download | serverdata-6224453280e2691fc5ca8259c40eea0b20221cdd.tar.gz serverdata-6224453280e2691fc5ca8259c40eea0b20221cdd.tar.bz2 serverdata-6224453280e2691fc5ca8259c40eea0b20221cdd.tar.xz serverdata-6224453280e2691fc5ca8259c40eea0b20221cdd.zip |
Attempt to fix lack of emoji
Diffstat (limited to 'npc')
-rw-r--r-- | npc/020-4/baktar.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/020-4/baktar.txt b/npc/020-4/baktar.txt index 771972354..0308d7aef 100644 --- a/npc/020-4/baktar.txt +++ b/npc/020-4/baktar.txt @@ -32,9 +32,9 @@ .@item_string$ = getitemlink(atoi(.@item_id_string$)); if (.@q2 & .@m) - npctalk l("Thank you for the %s, I really appreciate it. %%1", .@item_string$); + npctalk l("Thank you for the %s, I really appreciate it.", .@item_string$) + " %%1"; else - npctalk l("Oh, how I miss %s from Tulimshar...%%J", .@item_string$); + npctalk l("Oh, how I miss %s from Tulimshar...", .@item_string$) + "%%J"; if (.@q == 2) |