diff options
-rw-r--r-- | npc/018-2-2/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/018-2-2/main.txt b/npc/018-2-2/main.txt index bf5e9bef3..c1e17a890 100644 --- a/npc/018-2-2/main.txt +++ b/npc/018-2-2/main.txt @@ -95,7 +95,7 @@ OnPlayerCycle: if (rand2(1000) <= @HH_LEVEL) { dispbottom l("You set off a trap!"); heal -(@HH_LEVEL*rand2(2,5)), -(@HH_LEVEL/2); - if (rand2(5) == 3) { + if (rand2(250) > readparam2(bVit)) { // Determine the dangers of the random trap (20% of traps) // SC_Bonus(delay, SC, min{, max}) if (@HH_LEVEL >= HH_MASTER) |