muffin v7.5.0

This commit is contained in:
alydev 2026-05-01 05:17:35 +10:00
parent afafd5e377
commit a6481e7b9a
67 changed files with 4281 additions and 2372 deletions

View file

@ -41,6 +41,8 @@ internal static class TurnInDelivery
public unsafe override ETaskResult Update()
{
//IL_0180: Unknown result type (might be due to invalid IL or missing references)
//IL_01a6: Unknown result type (might be due to invalid IL or missing references)
AgentSatisfactionSupply* ptr = AgentSatisfactionSupply.Instance();
if (ptr == null || !ptr->IsAgentActive())
{
@ -87,12 +89,12 @@ internal static class TurnInDelivery
{
new AtkValue
{
Type = ValueType.Int,
Type = (AtkValueType)3,
Int = 1
},
new AtkValue
{
Type = ValueType.Int,
Type = (AtkValueType)3,
Int = 1
}
};