2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-14 16:46:10 +00:00

Initial CMagdolite imps

This commit is contained in:
2020-03-01 05:14:39 -08:00
committed by Luke Street
parent d3a44259c3
commit d1c796f2a9
10 changed files with 747 additions and 41 deletions

View File

@@ -198,7 +198,7 @@ void CSeedling::Generate(CStateManager& mgr, EStateMsg msg, float) {
if (msg == EStateMsg::Activate)
x32c_animState = EAnimState::Ready;
else if (msg == EStateMsg::Update)
TryCommand(mgr, pas::EAnimationState::Generate, &CPatterned::TryGenerate, 0);
TryCommand(mgr, pas::EAnimationState::Generate, &CPatterned::TryGenerateNoXf, 0);
}
bool CSeedling::ShouldAttack(CStateManager& mgr, float) {