1
0
Fork 0
forked from aly/qstbak

muffin v7.5.11

This commit is contained in:
alydev 2026-08-17 20:29:32 +10:00
parent addf2d530f
commit 3102923ce2
522 changed files with 41082 additions and 211592 deletions

View file

@ -11,26 +11,11 @@ internal sealed class QuestionablePlayerContext(Configuration configuration, Que
{
get
{
QuestId questId = questFunctions.GetMainScenarioQuest().Item1.CurrentQuest as QuestId;
int num = (((object)questId != null) ? (-685921250) : (-685921251));
while (true)
if (!(questFunctions.GetMainScenarioQuest().Item1.CurrentQuest is QuestId questId))
{
int num2 = num;
int num3 = -685921249;
int num4 = num2;
switch ((num4 | num3) - (num4 & num3))
{
case 0:
goto IL_005f;
case 1:
return _200C_206B_206B_206B_202C_200D_206B_202E_200C_206D_206A_200E_202B_202A_200D_200F_206B_202C_206C_202D_202B_202C_206E_200D_202B_200B_206F_206B_206D_206A_202A_200D_206F_202C_206F_200E_202B_206F_202C_202A_202E((ElementId)questId);
case 2:
return null;
}
continue;
IL_005f:
num = -685921251;
return null;
}
return questId.Value;
}
}
@ -45,47 +30,18 @@ internal sealed class QuestionablePlayerContext(Configuration configuration, Que
return aetheryteFunctions.IsAetheryteUnlocked(aetheryte);
}
bool IPlayerContext.IsAetheryteUnlocked(EAetheryteLocation aetheryte)
{
//ILSpy generated this explicit interface implementation from .override directive in IsAetheryteUnlocked
return this.IsAetheryteUnlocked(aetheryte);
}
public bool IsFlyingUnlocked(uint territoryId)
{
return gameFunctions.IsFlyingUnlockedPersistent(territoryId);
}
bool IPlayerContext.IsFlyingUnlocked(uint territoryId)
{
//ILSpy generated this explicit interface implementation from .override directive in IsFlyingUnlocked
return this.IsFlyingUnlocked(territoryId);
}
public bool IsTeleportUnlocked()
{
return aetheryteFunctions.IsTeleportUnlocked();
}
bool IPlayerContext.IsTeleportUnlocked()
{
//ILSpy generated this explicit interface implementation from .override directive in IsTeleportUnlocked
return this.IsTeleportUnlocked();
}
public bool IsReturnAvailable()
{
return aetheryteFunctions.IsReturnAvailable();
}
bool IPlayerContext.IsReturnAvailable()
{
//ILSpy generated this explicit interface implementation from .override directive in IsReturnAvailable
return this.IsReturnAvailable();
}
static ushort _200C_206B_206B_206B_202C_200D_206B_202E_200C_206D_206A_200E_202B_202A_200D_200F_206B_202C_206C_202D_202B_202C_206E_200D_202B_200B_206F_206B_206D_206A_202A_200D_206F_202C_206F_200E_202B_206F_202C_202A_202E(ElementId P_0)
{
return P_0.Value;
}
}