From 05a2538114972de94352e66586f6f2a5affea9c6 Mon Sep 17 00:00:00 2001 From: Emistry Date: Mon, 25 Jan 2016 23:00:26 +0800 Subject: Replaced the SEX_FEMALE/SEX_MALE constants to scripts, where appropriate --- npc/quests/quests_13_2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/quests/quests_13_2.txt') diff --git a/npc/quests/quests_13_2.txt b/npc/quests/quests_13_2.txt index 719941081..6ba10b8d6 100644 --- a/npc/quests/quests_13_2.txt +++ b/npc/quests/quests_13_2.txt @@ -2382,7 +2382,7 @@ spl_in02,236,92,5 script Arc#ep13md_l02 4_M_FAIRYSOLDIER,{ mes "[Arc]"; mes "Ah, finally. I've been speaking with Terra while we waited for you."; mes "Terra. This is who saved you..."; - mes "You should thank "+((Sex)?"him.":"her."); + mes "You should thank "+ (Sex == SEX_MALE ? "him." : "her."); next; mes "[Terra]"; mes "Thank you..."; -- cgit v1.2.3-60-g2f50