[2.0.72] Heal tooltip has erroneous minus sign
Posted: Mon Dec 08, 2025 1:02 am
- Download the following mod:
- Look at "Repair spray" ammo item tooltip.
- 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
In other places, such as with Raw fish, it is displayed as Heal without the - sign
- 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
}