Fix the snake flute item.
This commit is contained in:
parent
0e81459455
commit
7d83e06e83
2 changed files with 2 additions and 0 deletions
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue