Merge pull request #1861 from Olink/fix-1834
Fix the Snake Charmer's Flute.
This commit is contained in:
commit
ed5d92b881
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 ?)
|
## TShock 4.4.0 (Pre-release ?)
|
||||||
* Fix bed spawn issues when trying to remove spawn point in SSC (@Olink)
|
* Fix bed spawn issues when trying to remove spawn point in SSC (@Olink)
|
||||||
|
* Fix Snake Flute (@Olink)
|
||||||
|
|
||||||
## TShock 4.4.0 (Pre-release 6)
|
## TShock 4.4.0 (Pre-release 6)
|
||||||
* Updates to OTAPI 2.0.0.35 (@DeathCradle).
|
* Updates to OTAPI 2.0.0.35 (@DeathCradle).
|
||||||
|
|
|
||||||
|
|
@ -3360,6 +3360,7 @@ namespace TShockAPI
|
||||||
{ ProjectileID.EbonsandBallGun, TileID.Ebonsand },
|
{ ProjectileID.EbonsandBallGun, TileID.Ebonsand },
|
||||||
{ ProjectileID.PearlSandBallGun, TileID.Pearlsand },
|
{ ProjectileID.PearlSandBallGun, TileID.Pearlsand },
|
||||||
{ ProjectileID.CrimsandBallGun, TileID.Crimsand },
|
{ ProjectileID.CrimsandBallGun, TileID.Crimsand },
|
||||||
|
{ ProjectileID.MysticSnakeCoil, TileID.MysticSnakeRope }
|
||||||
};
|
};
|
||||||
|
|
||||||
internal static Dictionary<int, int> ropeCoilPlacements = new Dictionary<int, int>
|
internal static Dictionary<int, int> ropeCoilPlacements = new Dictionary<int, int>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue