Disable disposals damage (#21746)
This commit is contained in:
committed by
GitHub
parent
7810d4b7f5
commit
9a1bfe9b55
@@ -32,7 +32,7 @@ public sealed partial class DisposalTubeComponent : Component
|
||||
{
|
||||
DamageDict = new()
|
||||
{
|
||||
{ "Blunt", 1.0 },
|
||||
{ "Blunt", 0.0 },
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user