Add fultons (#18958)

This commit is contained in:
metalgearsloth
2023-08-29 16:34:05 +10:00
committed by GitHub
parent 9ffd3444a2
commit 789c5e0a2b
40 changed files with 705 additions and 37 deletions

View File

@@ -216,7 +216,7 @@ public abstract partial class SharedDoAfterSystem : EntitySystem
doAfter.InitialItem = handsComponent.ActiveHandEntity;
}
// Inital checks
// Initial checks
if (ShouldCancel(doAfter, GetEntityQuery<TransformComponent>(), GetEntityQuery<HandsComponent>()))
return false;