Definition at line 809 of file EmoteBubble.cs.
810 {
812 if ((!
NPC.downedBoss1 && !Main.dayTime) ||
NPC.downedBoss1)
813 {
815 }
817 {
819 }
820 if (
NPC.downedQueenBee ||
NPC.downedBoss3)
821 {
823 }
824 if (Main.hardMode)
825 {
827 }
828 if (
NPC.downedMechBossAny)
829 {
831 }
832 if (
NPC.downedPlantBoss)
833 {
835 }
836 if (
NPC.downedGolemBoss)
837 {
839 }
840 if (
NPC.downedAncientCultist)
841 {
843 }
845 if (
NPC.downedMoonlord)
846 {
848 }
850 {
851 list.Add(39);
853 {
854 list.Add(41);
855 }
856 else
857 {
858 list.Add(40);
859 }
860 list.Add(51);
861 }
863 {
864 list.Add(43);
865 list.Add(42);
866 }
868 {
869 list.Add(44);
870 list.Add(47);
871 list.Add(45);
872 list.Add(46);
873 }
875 {
876 if (!
NPC.downedMechBoss1)
877 {
878 list.Add(47);
879 }
880 if (!
NPC.downedMechBoss2)
881 {
882 list.Add(45);
883 }
884 if (!
NPC.downedMechBoss3)
885 {
886 list.Add(46);
887 }
888 list.Add(48);
889 }
891 {
892 list.Add(48);
893 list.Add(49);
894 list.Add(50);
895 }
897 {
898 list.Add(49);
899 list.Add(50);
900 list.Add(52);
901 }
903 {
904 list.Add(52);
905 list.Add(53);
906 }
907 if (
NPC.downedPirates && Main.expertMode)
908 {
909 list.Add(59);
910 }
911 if (
NPC.downedMartians)
912 {
913 list.Add(60);
914 }
915 if (
NPC.downedChristmasIceQueen)
916 {
917 list.Add(57);
918 }
919 if (
NPC.downedChristmasSantank)
920 {
921 list.Add(58);
922 }
923 if (
NPC.downedChristmasTree)
924 {
925 list.Add(56);
926 }
927 if (
NPC.downedHalloweenKing)
928 {
929 list.Add(55);
930 }
931 if (
NPC.downedHalloweenTree)
932 {
933 list.Add(54);
934 }
935 if (
NPC.downedEmpressOfLight)
936 {
937 list.Add(143);
938 }
939 if (
NPC.downedQueenSlime)
940 {
941 list.Add(144);
942 }
943 if (
NPC.downedDeerclops)
944 {
945 list.Add(150);
946 }
947 }
References Terraria.WorldGen.crimson, Terraria.Main.dayTime, Terraria.NPC.downedAncientCultist, Terraria.NPC.downedBoss1, Terraria.NPC.downedBoss2, Terraria.NPC.downedBoss3, Terraria.NPC.downedChristmasIceQueen, Terraria.NPC.downedChristmasSantank, Terraria.NPC.downedChristmasTree, Terraria.NPC.downedDeerclops, Terraria.NPC.downedEmpressOfLight, Terraria.NPC.downedGolemBoss, Terraria.NPC.downedHalloweenKing, Terraria.NPC.downedHalloweenTree, Terraria.NPC.downedMartians, Terraria.NPC.downedMechBoss1, Terraria.NPC.downedMechBoss2, Terraria.NPC.downedMechBoss3, Terraria.NPC.downedMechBossAny, Terraria.NPC.downedMoonlord, Terraria.NPC.downedPirates, Terraria.NPC.downedPlantBoss, Terraria.NPC.downedQueenBee, Terraria.NPC.downedQueenSlime, Terraria.Main.expertMode, Terraria.Main.hardMode, and Terraria.Main.rand.
Referenced by Terraria.GameContent.UI.EmoteBubble.PickNPCEmote().