Skip to content
Snippets Groups Projects
Commit a69cc5fe authored by Chris Davidson's avatar Chris Davidson
Browse files

Increase minimum level of Lost Merchant event

Its so annoying when you trigger this too early given how important it is.
parent 6ea6516e
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ newEntity{
type = "hostile", subtype = "special", unique = true,
level_range = {10, 20},
rarity = 7,
min_level = 6,
min_level = 10,
on_world_encounter = "merchant-quest",
on_encounter = function(self, who)
who.energy.value = game.energy_to_act
......
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