Commit 5960dd0b85ed20bf4825a5d995d2846c89cd458b

Authored by K'van
1 parent fb4c067a

Fixed the fix

... ... @@ -42,7 +42,7 @@ _M.projectile_class = "mod.class.Projectile"
42 42 _M.logCombat = Combat.logCombat
43 43
44 44 -- ego fields that are appended as a list when the ego is applied (by Zone:applyEgo)
45   -_M._special_ego_rules = {special_on_hit=true, special_on_crit=true, special_on_kill=true, charm_on_use=true, on_block=true, talent_on_spell, talent_on_wild_gift, talent_on_mind, talent_on_hit}
  45 +_M._special_ego_rules = {special_on_hit=true, special_on_crit=true, special_on_kill=true, charm_on_use=true, on_block=true, talent_on_spell=true, talent_on_wild_gift=true, talent_on_mind=true, talent_on_hit=true}
46 46
47 47 _M.requirement_flags_names = {
48 48 allow_wear_massive = _t"Massive armour training",
... ...