From 5455fd1184e75c9192a1f6f84355851a01258e48 Mon Sep 17 00:00:00 2001 From: Vicious Date: Mon, 27 Mar 2006 02:15:34 +0000 Subject: constant-fied! git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5763 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/skills/crusader_skills.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/quests/skills/crusader_skills.txt') diff --git a/npc/quests/skills/crusader_skills.txt b/npc/quests/skills/crusader_skills.txt index 481a5f926..fd215d761 100644 --- a/npc/quests/skills/crusader_skills.txt +++ b/npc/quests/skills/crusader_skills.txt @@ -61,7 +61,7 @@ geffen.gat,110,118,3 script Ford 752,{ mes "Time to roll my lucky dice."; mes "Good luck, I almost never lose."; //TODO: add DICE emotions? 8) - emotion 29; + emotion e_gg; next; if(rand(1,6)!=3) goto L_lose; emotion 58; @@ -71,7 +71,7 @@ geffen.gat,110,118,3 script Ford 752,{ mes "[Ford]"; mes "I can't believe I lost!"; mes "I NEVER lose..."; - emotion 28; + emotion e_sob; close; L_noitems: -- cgit v1.2.3-60-g2f50