From b92662d7aa8e50a27770f457599c6da5bbf369ad Mon Sep 17 00:00:00 2001 From: Alexander Kozlov Date: Fri, 25 Sep 2015 18:20:17 +0300 Subject: Fixed a bug in Lv4 Weapon Quest dialog Dialog with rolled rock/paper/scissors didn't appear because of variable typo. An ancient one. Discovered by Aafemt. --- npc/quests/lvl4_weapon_quest.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/quests') diff --git a/npc/quests/lvl4_weapon_quest.txt b/npc/quests/lvl4_weapon_quest.txt index e55a57afc..449d3d705 100644 --- a/npc/quests/lvl4_weapon_quest.txt +++ b/npc/quests/lvl4_weapon_quest.txt @@ -2807,13 +2807,13 @@ niflheim,187,280,3 script Hein#lv4 4_M_NFDEADMAN,{ mes "[Hein]"; mes "Ready? This is"; mes "what I wrote down..."; - if (.@npchand == 1) { + if (.@npchand1 == 1) { mes "Scissors"; } - else if (.@npchand == 2) { + else if (.@npchand1 == 2) { mes "Rock"; } - else if (.@npchand == 3) { + else if (.@npchand1 == 3) { mes "Paper"; } if (.@npchand2 == 1) { -- cgit v1.2.3-60-g2f50