Skip to content
Snippets Groups Projects
Commit ea85051e authored by Lisa Greene's avatar Lisa Greene
Browse files

Intimidated no longer prevents entering the worldmap

parent 041f93e5
No related branches found
No related tags found
1 merge request!619Misc168
......@@ -3789,6 +3789,7 @@ newEffect{
charges = function(self, eff) return math.round(eff.power) end,
type = "other",
subtype = { },
no_stop_enter_worlmap = true, cancel_on_level_change = true,
status = "detrimental",
on_gain = function(self, err) return "#Target#'s morale has been lowered.", "+Intimidated" end,
on_lose = function(self, err) return "#Target# has regained its confidence.", "-Intimidated" end,
......
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