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

◆ GetEaterOfWorldsSegmentsCount()

static int Terraria.NPC.GetEaterOfWorldsSegmentsCount ( )
inlinestatic

Definition at line 44171 of file NPC.cs.

44172 {
44173 if (!Main.expertMode)
44174 {
44175 return 65;
44176 }
44177 return 70;
44178 }

References Terraria.Main.expertMode.

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