diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 3b1dfb1b..0667a7d6 100644 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -1516,6 +1516,9 @@ namespace TShockAPI case 116: Main.tile[x, y].type = 169; break; + case 118: + Main.tile[x, y].type = 38; + break; default: continue; }