Ed 12 12 2024 bugfixes (#668)

* fix #665

* fix #664

* fix #661

* fix #666
This commit is contained in:
Ed
2024-12-12 23:00:16 +03:00
committed by GitHub
parent 93a49ca398
commit eb76a9ef6a
17 changed files with 135 additions and 34 deletions

View File

@@ -15,7 +15,7 @@ public sealed partial class CP14MapDamageComponent : Component
{
DamageDict = new Dictionary<string, FixedPoint2>()
{
{"Asphyxiation", 10}
{"Asphyxiation", 5}
}
};