muffin v7.5.0
This commit is contained in:
parent
afafd5e377
commit
a6481e7b9a
67 changed files with 4281 additions and 2372 deletions
|
|
@ -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
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue