- Damage is displayed as "Heal: -120/s Healing", while it should be "Heal: 120/s Healing" The trigger effect is defined like this in data.lua:214
Code: Select all
{
type = "damage",
damage = { amount = -4, type = "repair-gun-healing" },
apply_damage_to_trees = false
}

