TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ GetEaterOfWorldsSegmentsCount()

static int Terraria.NPC.GetEaterOfWorldsSegmentsCount ( )
inlinestatic

Definition at line 53953 of file NPC.cs.

53954 {
53955 if (!Main.expertMode)
53956 {
53957 return 65;
53958 }
53959 return 70;
53960 }

References Terraria.Main.expertMode.

Referenced by Terraria.NPC.AI_006_Worms(), and Terraria.GameContent.UI.BigProgressBar.EaterOfWorldsProgressBar.ValidateAndCollectNecessaryInfo().

+ Here is the caller graph for this function: