Merge remote-tracking branch 'drunderscore/fix/bottomless-honey-bucket-is-real' into general-devel

This commit is contained in:
Lucas Nicodemus 2022-10-14 23:27:07 -07:00
commit 882ecef013
No known key found for this signature in database
3 changed files with 36 additions and 1 deletions

View file

@ -42,6 +42,11 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
* Fixed Inferno Fork causing kick from rejected abnormal buff. (@Stealownz)
* Prevented Server Broadcast from executing without a message. (@PackmanDude, @punchready)
* Update Github CI to not tarball files for Windows only (@PotatoCider)
* Allow Blood Butcherer and Shimmer buffs to be applied to NPCs by players (@drunderscore)
* Add `LiquidType.Shimmer` (@drunderscore)
* Make Bouncer allow Bottomless Honey Bucket usage (@drunderscore)
* Make Bouncer reject Shimmer placement without bucket or whilst banned (@drunderscore)
## TShock 4.5.18
* Fixed `TSPlayer.GiveItem` not working if the player is in lava. (@PotatoCider)