terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ OnGuideDialogueOpen()

override void TutorialStep_07_Armour.OnGuideDialogueOpen ( )
inlinevirtual

Reimplemented from TutorialStep.

Definition at line 56 of file TutorialStep_07_Armour.cs.

57 {
58 bool flag = this.anvilPlaced;
59 bool flag2 = this.copperGiven;
60 if (flag)
61 {
62 if (!flag2)
63 {
64 this.copperGiven = true;
65 return;
66 }
67 }
68 else if (!true)
69 {
70 return;
71 }
72 if (this.armourHead && this.armourLegs && this.armourBody)
73 {
74 long num = 0L;
75 base.SetTime(19, (int)num, true);
76 this.complete = true;
77 }
78 }
class f__AnonymousType0<< Count > j__TPar

References anvilPlaced, armourBody, armourHead, armourLegs, copperGiven, j__TPar, and System.L.