mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
Fixes fishes not dying on dry land (#92493)
## About The Pull Request - Closes #92474 ## Changelog 🆑 fix: Fixed fishes not dying on dry land /🆑
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user