diff options
Diffstat (limited to 'npc/custom/battleground/bg_flavius_01.txt')
-rw-r--r-- | npc/custom/battleground/bg_flavius_01.txt | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/npc/custom/battleground/bg_flavius_01.txt b/npc/custom/battleground/bg_flavius_01.txt index 5a78a7002..fd0cf9112 100644 --- a/npc/custom/battleground/bg_flavius_01.txt +++ b/npc/custom/battleground/bg_flavius_01.txt @@ -279,9 +279,7 @@ bat_b01,390,13,5 script Guillaume Vintenar#fl1 4_M_KY_HEAD,{ mes "" + strcharinfo(0) + ", its a sign reflecting victory"; close2; set .@reward, 9; - } - else - { // + } else { mes "[Swandery]"; mes "You lost, but you're dedicated to this battle."; mes "This is a reward for your great dedication by Guillaume Marollo!"; @@ -310,9 +308,7 @@ bat_b01,10,293,5 script Croix Vintenar#fl1 4_M_CRU_HEAD,{ mes "" + strcharinfo(0) + ", its a sign reflecting victory"; close2; set .@reward, 9; - } - else - { // + } else { mes "[Swandery]"; mes "Oh, " + strcharinfo(0) + ". Don't be sad."; mes "Even though we didn't win, we did our best."; |