Update to NeoLegacy Latest

This commit is contained in:
2026-05-28 01:23:47 -04:00
parent f4390d5f0b
commit 10f9576b72
201 changed files with 12535 additions and 25235 deletions
+6
View File
@@ -32,6 +32,12 @@ void SwellGoal::stop()
void SwellGoal::tick()
{
if(creeper->isIgnited())
{
creeper->setSwellDir(1);
return;
}
if (target.lock() == nullptr)
{
creeper->setSwellDir(-1);