Skip to content
Snippets Groups Projects

Misc 1.7beta5

Merged Lisa Greene requested to merge Bunny/t-engine4:bnnmsc into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -47,7 +47,7 @@ local stairs = function()
persistent = "zone",
no_worldport = true,
min_material_level = util.bound(util.getval(game.zone.min_material_level) + 1, 1, 5) -- vaults have better loot! acts as reward to compensate for the significant difficulty
min_material_level = util.bound(util.getval(game.zone.min_material_level) + 1, 1, 5), -- vaults have better loot! acts as reward to compensate for the significant difficulty
max_material_level = util.bound(util.getval(game.zone.max_material_level) + 1, 1, 5),
generator = {
map = {
Loading