diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-17 22:34:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-17 22:34:19 -0300 |
commit | e28a3651adad1c976e5286c356e7eca21f6234cf (patch) | |
tree | 1fef2a291bda7ee4f4c99d36c7d33919dfcf004c /npc | |
parent | f55be65c4c6f3cc59cd950a53c3c9faf8fef7621 (diff) | |
download | serverdata-e28a3651adad1c976e5286c356e7eca21f6234cf.tar.gz serverdata-e28a3651adad1c976e5286c356e7eca21f6234cf.tar.bz2 serverdata-e28a3651adad1c976e5286c356e7eca21f6234cf.tar.xz serverdata-e28a3651adad1c976e5286c356e7eca21f6234cf.zip |
Translators instructions
Diffstat (limited to 'npc')
-rw-r--r-- | npc/025-1/ctrl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/025-1/ctrl.c b/npc/025-1/ctrl.c index 49d8467ed..748da88f5 100644 --- a/npc/025-1/ctrl.c +++ b/npc/025-1/ctrl.c @@ -452,7 +452,7 @@ OnConquest: end; OnConBonus: - message strcharinfo(0), l("Commander Povo : Good job %s. You did well.", lg("girl", "man")); + message strcharinfo(0), l("Commander Povo : Good job %s. You did well.", lg("girl", "man")); // TRANSLATORS: Preserve whitespace. .@it=any(ApanaCake, SacredLifePotion, SacredManaPotion, SacredImmortalityPotion, DeathPotion, PurificationPotion, ApanaCake); if (.@it == ApanaCake || .@it == PurificationPotion) .@qn = rand2(2, 5); |