From 7d83e06e834599c98392508fc4d709fb9604d202 Mon Sep 17 00:00:00 2001 From: Olink Date: Fri, 22 May 2020 18:02:03 -0400 Subject: [PATCH] Fix the snake flute item. --- CHANGELOG.md | 1 + TShockAPI/GetDataHandlers.cs | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a17689f3..0bfac74d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin ## TShock 4.4.0 (Pre-release ?) * Fix bed spawn issues when trying to remove spawn point in SSC (@Olink) +* Fix Snake Flute (@Olink) ## TShock 4.4.0 (Pre-release 6) * Updates to OTAPI 2.0.0.35 (@DeathCradle). diff --git a/TShockAPI/GetDataHandlers.cs b/TShockAPI/GetDataHandlers.cs index b45bb270..efc032c1 100644 --- a/TShockAPI/GetDataHandlers.cs +++ b/TShockAPI/GetDataHandlers.cs @@ -3360,6 +3360,7 @@ namespace TShockAPI { ProjectileID.EbonsandBallGun, TileID.Ebonsand }, { ProjectileID.PearlSandBallGun, TileID.Pearlsand }, { ProjectileID.CrimsandBallGun, TileID.Crimsand }, + { ProjectileID.MysticSnakeCoil, TileID.MysticSnakeRope } }; internal static Dictionary ropeCoilPlacements = new Dictionary