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

◆ ShouldBestiaryGirlBeLycantrope()

bool Terraria.NPC.ShouldBestiaryGirlBeLycantrope ( )
inline

Definition at line 111041 of file NPC.cs.

111042 {
111043 if (!Main.bloodMoon || Main.dayTime)
111044 {
111045 if (Main.moonPhase == 0)
111046 {
111047 return !Main.dayTime;
111048 }
111049 return false;
111050 }
111051 return true;
111052 }

References Terraria.Main.bloodMoon, Terraria.Main.dayTime, and Terraria.Main.moonPhase.

Referenced by Terraria.NPC.AI_007_TownEntities(), and Terraria.Lang.BestiaryGirlChat().

+ Here is the caller graph for this function: