From c30125da91827419bf55d7bf5300d34338acd87d Mon Sep 17 00:00:00 2001
From: Jesusaves <cpntb1@ymail.com>
Date: Wed, 29 Dec 2021 09:10:33 -0300
Subject: Fix bugs

---
 npc/023-2/mk.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/npc/023-2/mk.txt b/npc/023-2/mk.txt
index b4c763dce..f2037966c 100644
--- a/npc/023-2/mk.txt
+++ b/npc/023-2/mk.txt
@@ -17,7 +17,7 @@ OnInit:
     .sex = G_MALE;
     .distance = 5;
     .sakar = 0;
-    .mk = 0;
+    .MK = 0;
 
 OnHour00:
 OnReprocess:
@@ -128,7 +128,7 @@ OnTimer3000:
     // Andrei Sakar's Fake Chant
     if (.wcycle % 15 < 3) {
         unittalk(.sakar, sprintf("Come %s %s, and %s %s!", any("great", "magnificent"), any("light", "oath", "sacrament"), any("devastate", "annihilate", "obliterate", "liquidate", "eviscerate"), "nearby"));
-        harm(.mk, 100, HARM_MISC, Ele_Holy, .sakar);
+        harm(.MK, 100, HARM_MISC, Ele_Holy, .sakar);
     }
     end;
 
@@ -152,7 +152,7 @@ OnBegin:
     channelmes("#world", "Defeat, decided by a certain threshold of points, will result in MAGIC BEING PERMANENTLY HARDER TO OBTAIN.");
     announce "The Alliance attacks the Monster King! 15 minutes! Rules in #world", bc_all|bc_npc;
     movenpc(.name$, 0, 0);
-    .mk=monster("023-2", 24, 111, "The Monster King", MonsterKing, 1, "The Monster King#NLib::OnVictory");
+    .MK=monster("023-2", 24, 111, "The Monster King", MonsterKing, 1, "The Monster King#NLib::OnVictory");
     .sakar=monster("023-2", 30, 109, "Andrei Sakar", AndreiSakar, 1, "The Monster King#NLib::OnSkip", Size_Medium, 1);
     areamonster "023-2", 21, 109, 31, 114, "Monster", AngryScorpion, 1;
     areamonster "023-2", 21, 109, 31, 114, "Monster", BlackSlime, 2;
-- 
cgit v1.2.3-70-g09d2