mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 23:53:28 +00:00

* wc: fix #6513 Bezoar artifact The item now applies the effects directly instead of using [trait]s, The lua code that added traits in the wc lua files didn't work, but the main reason why i preferred this solution instead of changing the lua files is that it makes it possible to simply remove the artifact via for example [remove_object] (which wouldn't work for artifacts using traits as those are separate modifications) The code now also adds a dummy ability so that players know that this unit has the benefits of the healthy fearless and undead traits.