From f3d9a42e2789f15a9940aaa7003bce113693b45f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 2 Jun 2018 22:33:31 -0300 Subject: Well, now it is pretty clear the bug --- npc/012-1/gwendolyn.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/012-1') 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; -- cgit v1.2.3-60-g2f50