https://github.com/elitemastereric/slimetamingfix
Fixes a bug that made Hygroderes unable to be tamed with Boomboxes.
https://github.com/elitemastereric/slimetamingfix
lethal-company
Last synced: 4 months ago
JSON representation
Fixes a bug that made Hygroderes unable to be tamed with Boomboxes.
- Host: GitHub
- URL: https://github.com/elitemastereric/slimetamingfix
- Owner: EliteMasterEric
- Created: 2023-12-04T23:28:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-07T03:56:10.000Z (over 1 year ago)
- Last Synced: 2025-01-30T00:46:34.313Z (6 months ago)
- Topics: lethal-company
- Language: C#
- Homepage: https://thunderstore.io/c/lethal-company/p/EliteMasterEric/SlimeTamingFix/
- Size: 84.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# SlimeTamingFix
A plugin which fixes a bug with Hygrodere behavior.
## Explanation
In the game's code, there are references to "taming" Hygroderes by playing a Boombox near it. This is reinforced by an explicit reference to this in its Terminal entry:
> they have great taste! cause I made a friend with one somehow,, and we think it was my music.
In-game, being exposed to a Boombox's music speeds up the Hygrodere, and is supposed to trigger code which prevents the Hygrodere from dealing damage. However, this code has a typo which causes it to only work when the Hygrodere has been hit by a player (using a Shovel or Stun Grenade); this increases an "anger" timer, but when the anger timer has elapsed, the taming code now works as expected.
## Demonstration
[Bug Demonstration](https://raw.githubusercontent.com/EliteMasterEric/SlimeTamingFix/master/Art/SlimeBugDemo.mp4)## Issues
Report any issues on the Lethal Company Modding Discord.## Credits
- EliteMasterEric: Programming
- FoguDragon: Playtesting
- [SoftySapphie](https://twitter.com/SoftySapphie): Icon