Fix two zombie bugs (#34472)

* fix two zombie bugs

* add comment
This commit is contained in:
IProduceWidgets
2025-04-18 20:38:33 -04:00
committed by GitHub
parent cfda91e0f0
commit d69738a9f4
3 changed files with 9 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ public sealed partial class PendingZombieComponent : Component
{
DamageDict = new ()
{
{ "Poison", 0.2 },
{ "Poison", 0.4 },
}
};