Merge remote-tracking branch 'drunderscore/fix/allow-surly-slime-to-be-fished' into general-devel
This commit is contained in:
commit
842f8c0108
2 changed files with 3 additions and 1 deletions
|
|
@ -4541,7 +4541,8 @@ namespace TShockAPI
|
||||||
NPCID.BloodEelBody,
|
NPCID.BloodEelBody,
|
||||||
NPCID.BloodEelTail,
|
NPCID.BloodEelTail,
|
||||||
NPCID.BloodNautilus,
|
NPCID.BloodNautilus,
|
||||||
NPCID.DukeFishron
|
NPCID.DukeFishron,
|
||||||
|
NPCID.TownSlimeRed
|
||||||
};
|
};
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@ Use past tense when adding new entries; sign your name off when you add or chang
|
||||||
## Upcoming changes
|
## Upcoming changes
|
||||||
* Fixed item giving potentially dropping too many items (@PotatoCider, @punchready)
|
* Fixed item giving potentially dropping too many items (@PotatoCider, @punchready)
|
||||||
* Excluded GeoIP.dat from release bundle (@SignatureBeef)
|
* Excluded GeoIP.dat from release bundle (@SignatureBeef)
|
||||||
|
* Added `TownSlimeRed` to `FishableNpcIDs` list, allowing it to be fished up (@drunderscore)
|
||||||
|
|
||||||
## TShock 5.0.0
|
## TShock 5.0.0
|
||||||
* Reduced load/save console spam. (@SignatureBeef, @YehnBeep)
|
* Reduced load/save console spam. (@SignatureBeef, @YehnBeep)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue