From 86cfad9a26d76772af47e4222a803d6726cf57a8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 18 Mar 2021 21:36:07 -0300 Subject: If Andrei Sakar dies... Well, then he is dead? Game World should react at least a bit to this fact. --- npc/024-16/king.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/024-16') diff --git a/npc/024-16/king.txt b/npc/024-16/king.txt index c021794c2..12aa980d3 100644 --- a/npc/024-16/king.txt +++ b/npc/024-16/king.txt @@ -137,7 +137,10 @@ L_Campaign: close; case 2: mesn l("King Gelid Frozenheart"); - mesq l("I tried. He asked for too much money."); + if ($FIRESOFSTEAM < 10) + mesq l("I tried. He asked for too much money."); + else + mesq l("Where have you been, pal? He perished."); next; break; case 3: -- cgit v1.2.3-60-g2f50