53307 {
53309 {
53310 if (Main.tile[x, y - 1] !=
null && Main.tile[x, y - 1].active() && (
TileID.
Sets.
ReplaceTileBreakUp[Main.tile[x, y - 1].type] || (Main.tile[x, y - 1].type == 165 && (Main.tile[x, y - 1].frameY == 36 || Main.tile[x, y - 1].frameY == 54 || Main.tile[x, y - 1].frameY == 90))))
53311 {
53313 }
53314 if (Main.tile[x, y + 1] !=
null && Main.tile[x, y + 1].active() && (
TileID.
Sets.
ReplaceTileBreakDown[Main.tile[x, y + 1].type] || (Main.tile[x, y + 1].type == 165 && (Main.tile[x, y + 1].frameY == 0 || Main.tile[x, y + 1].frameY == 18 || Main.tile[x, y + 1].frameY == 72))))
53315 {
53317 }
53318 }
53319 }
static bool[] ReplaceTileBreakUp
static bool[] ReplaceTileBreakDown
static void KillTile(int i, int j, bool fail=false, bool effectOnly=false, bool noItem=false)
static bool InWorld(int x, int y, int fluff=0)