summaryrefslogtreecommitdiff
path: root/npc/034-3/gemini.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/034-3/gemini.txt')
-rw-r--r--npc/034-3/gemini.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/034-3/gemini.txt b/npc/034-3/gemini.txt
index 5f195ba43..72c4707c3 100644
--- a/npc/034-3/gemini.txt
+++ b/npc/034-3/gemini.txt
@@ -84,8 +84,8 @@ OnChannel:
.@magic_power = 1811 + readparam2(bInt)*2;
// Channelling required power depends on the base Int of the character
.@magic_power_required = 5707 - 2*readparam2(bInt);
- // magic power loss depends also on Int
- .@magic_power_loss = 53 - ((readparam2(bInt)+1)*2)/10;
+ // magic power loss depends also on Int. TMW uses 53, we use 21
+ .@magic_power_loss = 21 - (((readparam2(bInt)+1)*2)/10);
dispbottom l("Ok, let's stay focused now!");
areamonster getmap(), 27, 20, 77, 47, strmobinfo(1, Forain), Forain, 1;
@@ -156,7 +156,7 @@ OnTimer2000:
// Deplete power over time
// But only if not doing solo
- if (getmapusers(.mp$) > 1)
+ if (getmapusers(.mp$) > 1 || .mloss < 0)
.power -= .mloss;
// Remove stones inside the circle