summaryrefslogtreecommitdiff
path: root/bloodfields.stage
diff options
context:
space:
mode:
Diffstat (limited to 'bloodfields.stage')
-rw-r--r--bloodfields.stage2
1 files changed, 1 insertions, 1 deletions
diff --git a/bloodfields.stage b/bloodfields.stage
index bfef7ba..861fdb7 100644
--- a/bloodfields.stage
+++ b/bloodfields.stage
@@ -98,7 +98,7 @@ function mkEnemy()
98 global.enemy = global.enemyTypes[eid]; 98 global.enemy = global.enemyTypes[eid];
99 99
100 mod = player.level; 100 mod = player.level;
101 if mod > count(global.enemyMods) then 101 if mod > count(global.enemyMods) - 1 then
102 { 102 {
103 mod = count(global.enemyMods); 103 mod = count(global.enemyMods);
104 } 104 }