diff options
-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); |