Skip to content
Snippets Groups Projects
Commit 45575fd6 authored by dg's avatar dg
Browse files

Fix level of rocs in the escape from reknor

git-svn-id: http://svn.net-core.org/repos/t-engine4@3118 51575b47-30f0-44d4-a5cc-537603b46e54
parent 1400aa9e
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
load("/data/general/npcs/rodent.lua", rarity(0))
load("/data/general/npcs/vermin.lua", rarity(2))
load("/data/general/npcs/molds.lua", rarity(1))
load("/data/general/npcs/orc.lua", function(e) if e.level_range and e.level_range[1] == 10 then e.level_range[1] = 1 end end) -- Make orcs lower level, not a problem we have norgan to help!
load("/data/general/npcs/orc.lua", function(e) if e.level_range and e.level_range[1] == 10 then e.level_range[1] = 1 e.start_level = 1 end end) -- Make orcs lower level, not a problem we have norgan to help!
load("/data/general/npcs/snake.lua", rarity(2))
load("/data/general/npcs/all.lua", rarity(4, 35))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment