Disable disposals damage (#21746)

This commit is contained in:
Vyacheslav Kovalevsky 2023-11-19 13:25:02 +03:00 committed by Debug
parent 9374611678
commit ae55cd3ee8
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public sealed partial class DisposalTubeComponent : Component
{
DamageDict = new()
{
{ "Blunt", 1.0 },
{ "Blunt", 0.0 },
}
};
}