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

◆ GetDestroyerSegmentsCount()

static int Terraria.NPC.GetDestroyerSegmentsCount ( )
inlinestatic

Definition at line 53984 of file NPC.cs.

53985 {
53986 if (Main.getGoodWorld)
53987 {
53988 return 100;
53989 }
53990 return 80;
53991 }

References Terraria.Main.getGoodWorld.

Referenced by Terraria.NPC.AI_037_Destroyer().

+ Here is the caller graph for this function: