diff options
Diffstat (limited to 'npc/soren/main.txt')
-rw-r--r-- | npc/soren/main.txt | 6 |
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)); |