Friday, 22 August 2025 01:17:08

This commit is contained in:
2025-08-22 01:17:10 -04:00
parent 2eb95b18fd
commit 4fe431a8e0
18 changed files with 172 additions and 56 deletions

View File

@@ -16,7 +16,7 @@ public partial class Spiky : Condition
{
Worker target = (Worker)_target;
target._rotationalForce += 10;
target.ChangeHealth(-1, _owner);
// target.ChangeHealth(-1, _owner);
}
_target = null;
}