diff options
Diffstat (limited to 'npc/023-2')
-rw-r--r-- | npc/023-2/mk.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/023-2/mk.txt b/npc/023-2/mk.txt index f48d9204f..8214b4bd7 100644 --- a/npc/023-2/mk.txt +++ b/npc/023-2/mk.txt @@ -55,7 +55,7 @@ L_Finish: } else if (.victory_count < 100) { // 1 player for 5 minutes is enough to prevent this loss announce "The Monster King, after moping the floor with the players, accomplish what he set, and left...", bc_all|bc_npc; channelmes("#world", "The players failed miserably. Getting magic is now permanently harder."); - $MANA_BLVL+=5; + $MANA_BINT+=5; $MANA_JLVL+=5; } else { announce "The fight ends in draw, with advantage to the Monster King...", bc_all|bc_npc; |