summaryrefslogtreecommitdiff
path: root/npc/soren
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-08 11:51:24 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-08 11:51:24 -0300
commit86b11e121a7692eb83665f22e1cd8d4f581d44e9 (patch)
tree37247638b0e7fd5bdd1bedfde0eecf4a26f43ed7 /npc/soren
parentbcc915b8a0beab5717e4bb9f4c218db6ab705062 (diff)
downloadserverdata-86b11e121a7692eb83665f22e1cd8d4f581d44e9.tar.gz
serverdata-86b11e121a7692eb83665f22e1cd8d4f581d44e9.tar.bz2
serverdata-86b11e121a7692eb83665f22e1cd8d4f581d44e9.tar.xz
serverdata-86b11e121a7692eb83665f22e1cd8d4f581d44e9.zip
Correct penalty. Ah, it's a temporary variable, but I have a fix for that.
Diffstat (limited to 'npc/soren')
-rw-r--r--npc/soren/main.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/soren/main.txt b/npc/soren/main.txt
index fa76cf294..d849a0a4f 100644
--- a/npc/soren/main.txt
+++ b/npc/soren/main.txt
@@ -72,7 +72,7 @@ soren,105,92,0 script Soren's Fountain NPC_NO_SPRITE,{
mes col("Attempt to disarm the singularity?", 9);
if (askyesno() == ASK_YES) {
if (.casterId == getcharid(3))
- @soren_penalty=@soren_penalty+rand(10, 15);
+ @soren_penalty=@soren_penalty+rand(8, 12);
.casterId=getcharid(3);
.st=1;
npctalk l("@@ started disarm process. Please stand by.", strcharinfo(0));
@@ -218,7 +218,7 @@ soren,104,143,0 script Soren's Lake NPC_NO_SPRITE,{
mes col("Attempt to disarm the singularity?", 9);
if (askyesno() == ASK_YES) {
if (.casterId == getcharid(3))
- @soren_penalty=@soren_penalty+rand(10, 15);
+ @soren_penalty=@soren_penalty+rand(8, 12);
.casterId=getcharid(3);
.st=1;
npctalk l("@@ started disarm process. Please stand by.", strcharinfo(0));
@@ -361,7 +361,7 @@ soren,107,37,0 script Soren's Gizmo NPC_NO_SPRITE,{
mes col("Attempt to disarm the singularity?", 9);
if (askyesno() == ASK_YES) {
if (.casterId == getcharid(3))
- @soren_penalty=@soren_penalty+rand(10, 15);
+ @soren_penalty=@soren_penalty+rand(8, 12);
.casterId=getcharid(3);
.st=1;
npctalk l("@@ started disarm process. Please stand by.", strcharinfo(0));