Suggestions #646
closedPrevent flies from making a splash sound when they enter the water
Description
And anything under a certain weight.
You know what, maybe flies should die when they enter water too.
Updated by Hawk Bird about 6 years ago
if (Region.Zone.bWaterZone)
{
Health = 0;
//Play the "TakeDamage" code if that isn't enough to update it and make it die
}
Updated by Björn Ehrby about 6 years ago
- Status changed from Triaged to In Progress
- Assignee set to Björn Ehrby
- Target version set to 1.0.3
Updated by Björn Ehrby about 6 years ago
- Status changed from In Progress to Triaged
- Target version deleted (
1.0.3)
Updated by Hawk Bird over 4 years ago
- Status changed from Triaged to Done
- Assignee changed from Björn Ehrby to Hawk Bird
- Target version set to 1.3.1
- % Done changed from 0 to 100