Fix the snake flute item.

This commit is contained in:
Olink 2020-05-22 18:02:03 -04:00
parent 0e81459455
commit 7d83e06e83
2 changed files with 2 additions and 0 deletions

View file

@ -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<int, int> ropeCoilPlacements = new Dictionary<int, int>