summaryrefslogtreecommitdiff
path: root/npc/018-2-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-01 23:47:46 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-01 23:47:46 -0300
commit896497862a4ee140b8ff871381900df4f1ae30f7 (patch)
tree637d569315c6694838c66b0b7619c594a1b79339 /npc/018-2-2
parentef351711837cbb15e445f0d0aa3c9c9c0059f90c (diff)
downloadserverdata-896497862a4ee140b8ff871381900df4f1ae30f7.tar.gz
serverdata-896497862a4ee140b8ff871381900df4f1ae30f7.tar.bz2
serverdata-896497862a4ee140b8ff871381900df4f1ae30f7.tar.xz
serverdata-896497862a4ee140b8ff871381900df4f1ae30f7.zip
Fix a few "typos"
Diffstat (limited to 'npc/018-2-2')
-rw-r--r--npc/018-2-2/main.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/018-2-2/main.txt b/npc/018-2-2/main.txt
index c1e17a890..9ebc0ab51 100644
--- a/npc/018-2-2/main.txt
+++ b/npc/018-2-2/main.txt
@@ -96,7 +96,7 @@ OnPlayerCycle:
dispbottom l("You set off a trap!");
heal -(@HH_LEVEL*rand2(2,5)), -(@HH_LEVEL/2);
if (rand2(250) > readparam2(bVit)) {
- // Determine the dangers of the random trap (20% of traps)
+ // Determine the dangers of the random trap
// SC_Bonus(delay, SC, min{, max})
if (@HH_LEVEL >= HH_MASTER)
SC_Bonus(1000+rand2(2000), any(SC_DPOISON, SC_DEEP_SLEEP, SC_BLOODING, SC_CURSE), 1);
@@ -105,7 +105,7 @@ OnPlayerCycle:
else if (@HH_LEVEL >= HH_ADVANCED)
SC_Bonus(rand2(1000), any(SC_DEC_AGI, SC_POISON, SC_CURSE, SC_SILENCE), 1);
else if (@HH_LEVEL >= HH_INTERMEDIARY)
- SC_Bonus(rand2(1000), any(SC_DEC_AGI, SC_COLD, SC_CONFUSION), 1);
+ SC_Bonus(rand2(500), any(SC_DEC_AGI, SC_COLD, SC_CONFUSION), 1);
}
}