Merge remote-tracking branch 'drunderscore/fix/allow-surly-slime-to-be-fished' into general-devel

This commit is contained in:
Lucas Nicodemus 2022-11-06 23:03:48 -08:00
commit 842f8c0108
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -4541,7 +4541,8 @@ namespace TShockAPI
NPCID.BloodEelBody,
NPCID.BloodEelTail,
NPCID.BloodNautilus,
NPCID.DukeFishron
NPCID.DukeFishron,
NPCID.TownSlimeRed
};
/// <summary>

View file

@ -17,6 +17,7 @@ Use past tense when adding new entries; sign your name off when you add or chang
## Upcoming changes
* Fixed item giving potentially dropping too many items (@PotatoCider, @punchready)
* Excluded GeoIP.dat from release bundle (@SignatureBeef)
* Added `TownSlimeRed` to `FishableNpcIDs` list, allowing it to be fished up (@drunderscore)
## TShock 5.0.0
* Reduced load/save console spam. (@SignatureBeef, @YehnBeep)