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

◆ CountsAsACritter

bool Terraria.NPC.CountsAsACritter
get

Definition at line 852 of file NPC.cs.

853 {
854 get
855 {
856 if (lifeMax <= 5 && damage == 0 && type != 594)
857 {
858 return type != 686;
859 }
860 return false;
861 }
862 }
int damage
Definition NPC.cs:461
int lifeMax
Definition NPC.cs:479
int type
Definition NPC.cs:445