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

◆ GetBrainOfCthuluCreepersCount()

static int Terraria.NPC.GetBrainOfCthuluCreepersCount ( )
inlinestatic

Definition at line 53975 of file NPC.cs.

53976 {
53977 if (Main.getGoodWorld)
53978 {
53979 return 40;
53980 }
53981 return 20;
53982 }

References Terraria.Main.getGoodWorld.

Referenced by Terraria.GameContent.UI.BigProgressBar.BrainOfCthuluBigProgressBar.ValidateAndCollectNecessaryInfo(), and Terraria.NPC.VanillaAI_Inner().

+ Here is the caller graph for this function: