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

◆ DespawnEncouragement_AIStyle3_Fighters_CanBeBusyWithAction()

static bool Terraria.NPC.DespawnEncouragement_AIStyle3_Fighters_CanBeBusyWithAction ( int npcID)
inlinestatic

Definition at line 53283 of file NPC.cs.

53284 {
53285 if (npcID != 110 && npcID != 111 && npcID != 206 && npcID != 216 && npcID != 214 && npcID != 215 && npcID != 291 && npcID != 292 && npcID != 293 && npcID != 350 && npcID != 381 && npcID != 382 && npcID != 383 && npcID != 385 && npcID != 386 && npcID != 389 && npcID != 391 && npcID != 469 && npcID != 166 && npcID != 466 && npcID != 471 && npcID != 411 && npcID != 409 && npcID != 424 && npcID != 425 && npcID != 426 && npcID != 415 && npcID != 419)
53286 {
53287 return npcID == 520;
53288 }
53289 return true;
53290 }

Referenced by Terraria.NPC.AI_003_Fighters().