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

Reduced chances of orc patrols

git-svn-id: http://svn.net-core.org/repos/t-engine4@3512 51575b47-30f0-44d4-a5cc-537603b46e54
parent 0eb13c3b
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ elseif zone == "Far East" then
end
end
end
if wda.cur_orc_patrols < game.state:canEastPatrol() then
if wda.cur_orc_patrols < game.state:canEastPatrol() and rng.percent(5) then
local e = game.zone:makeEntity(game.level, "fareast_encounters_npcs", {type="patrol", subtype="orc pride"}, nil, true)
if e then
local spot = game.level:pickSpot{type="patrol", subtype="orc-pride"}
......
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