@@ -29,5 +29,6 @@ public sealed class GetFireProtectionEvent : EntityEventArgs, IInventoryRelayEve
|
||||
public void Reduce(float by)
|
||||
{
|
||||
Multiplier -= by;
|
||||
Multiplier = MathF.Max(Multiplier, 0f);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user