附属特效不显示在状态栏

This commit is contained in:
milimoe 2025-05-08 23:45:17 +08:00
parent 1230b1afdb
commit d6f84f9020
Signed by: milimoe
GPG Key ID: 05D280912DA6C69E

View File

@ -16,7 +16,10 @@ namespace Oshima.FunGame.OshimaModules.Skills
Effects.Add(new ExMaxHP2(this, new()
{
{ "exhp", -0.2 }
}));
})
{
ParentEffect = Effects.First()
});
}
public override IEnumerable<Effect> AddPassiveEffectToCharacter()