diff --git a/code/modules/fishing/fish/_fish.dm b/code/modules/fishing/fish/_fish.dm index 1ca10a290f6..cee4898000f 100644 --- a/code/modules/fishing/fish/_fish.dm +++ b/code/modules/fishing/fish/_fish.dm @@ -1217,7 +1217,7 @@ GLOBAL_LIST_INIT(fish_compatible_fluid_types, list( health_change *= seconds_per_tick if(health_change < 0) - damage_fish(health_change) + damage_fish(-health_change) else repair_damage(health_change)