summaryrefslogtreecommitdiff
path: root/npc/012-1/gwendolyn.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-1/gwendolyn.txt')
-rw-r--r--npc/012-1/gwendolyn.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-1/gwendolyn.txt b/npc/012-1/gwendolyn.txt
index 985eee760..e21064aee 100644
--- a/npc/012-1/gwendolyn.txt
+++ b/npc/012-1/gwendolyn.txt
@@ -353,8 +353,8 @@ L_Power:
l("rather powerful shot"),
l("very powerful shot");
- // we have 9 menu entries, so scale .@menu, which is in range 1-9, to a scale in -4 to +4
- .@sp = .@menu - 5;
+ // we have 9 menu entries, so scale @menu, which is in range 1-9, to a scale in -4 to +4
+ .@sp = @menu - 5;
// calculate where you hit. You range is in [-8, 8] in X and Y as well
.@pointX = .@wdX + .@spX;
.@pointY = .@wdY + .@sp;