muffin v7.5.1

This commit is contained in:
alydev 2026-05-01 08:59:48 +10:00
parent a6481e7b9a
commit 965a736f84
59 changed files with 4112 additions and 5059 deletions

View file

@ -41,8 +41,6 @@ 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())
{
@ -89,12 +87,12 @@ internal static class TurnInDelivery
{
new AtkValue
{
Type = (AtkValueType)3,
Type = AtkValueType.Int,
Int = 1
},
new AtkValue
{
Type = (AtkValueType)3,
Type = AtkValueType.Int,
Int = 1
}
};