Definition at line 38042 of file Player.cs.
38043 {
38045 {
38046 return style;
38047 }
38049 {
38050 style = 15;
38051 }
38053 {
38054 style = 13;
38055 }
38057 {
38058 style = 7;
38059 }
38060 else if (
position.
Y > (
float)(Main.UnderworldLayer * 16))
38061 {
38062 style = 2;
38063 }
38065 {
38066 style = 12;
38067 }
38069 {
38070 style = 10;
38071 }
38073 {
38074 style = 11;
38075 }
38077 {
38078 style = 3;
38079 }
38081 {
38082 style = 14;
38083 }
38085 {
38086 style = 13;
38087 }
38089 {
38090 style = 8;
38091 }
38093 {
38094 style = 8;
38095 }
38096 return style;
38097 }
bool ZoneUndergroundDesert
References Terraria.Main.remixWorld, Terraria.Main.UnderworldLayer, and Terraria.Main.worldSurface.