forked from aly/qstbak
muffin v7.5.1
This commit is contained in:
parent
a6481e7b9a
commit
965a736f84
59 changed files with 4112 additions and 5059 deletions
|
|
@ -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
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue