Definition at line 37928 of file Player.cs.
37929 {
37931 {
37932 return style;
37933 }
37935 {
37936 style = 23;
37937 }
37939 {
37940 style = 21;
37941 }
37943 {
37944 style = 13;
37945 }
37946 else if (
position.
Y > (
float)(Main.UnderworldLayer * 16))
37947 {
37948 style = 7;
37949 }
37951 {
37952 style = 20;
37953 }
37955 {
37956 style = 18;
37957 }
37959 {
37960 style = 19;
37961 }
37963 {
37964 style = 9;
37965 }
37967 {
37968 style = 22;
37969 }
37971 {
37972 style = 21;
37973 }
37975 {
37976 style = 16;
37977 }
37979 {
37980 style = 16;
37981 }
37982 return style;
37983 }
bool ZoneUndergroundDesert
References Terraria.Main.remixWorld, Terraria.Main.UnderworldLayer, and Terraria.Main.worldSurface.