diff --git a/less_random/lua/main.lua b/less_random/lua/main.lua index e409608..676f0a7 100644 --- a/less_random/lua/main.lua +++ b/less_random/lua/main.lua @@ -29,7 +29,7 @@ local function add_object(unit) wesnoth.wml_actions.object { T.filter { id = unit.id }, id = "lessrandom", - take_only_once = false, + take_only_once = true, T.effect { apply_to = "hitpoints", increase_total = (wml.variables.lessrandom_multiplier - 1) .. "00%",