summaryrefslogtreecommitdiff
path: root/bloodfields.stage
diff options
context:
space:
mode:
authorMike Buland <mike@xagasoft.com>2012-05-03 22:20:35 +0000
committerMike Buland <mike@xagasoft.com>2012-05-03 22:20:35 +0000
commit75b3ad661c2d6ed382620a25613846c2b2b10f46 (patch)
tree7f38d38adef79becf14df243b721bf5699e80245 /bloodfields.stage
parent105aa3262bde83a33394ec57401ecf53e8d81971 (diff)
downloadstage-75b3ad661c2d6ed382620a25613846c2b2b10f46.tar.gz
stage-75b3ad661c2d6ed382620a25613846c2b2b10f46.tar.bz2
stage-75b3ad661c2d6ed382620a25613846c2b2b10f46.tar.xz
stage-75b3ad661c2d6ed382620a25613846c2b2b10f46.zip
Misc updates.
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 }