Summary
README pins the mod to game version 0.1.1.3, but the code performs no runtime check against the loaded game version.
Risk
After a patch, skip_super on Drop / Collided can silently delete vanilla behavior you still needed, with no warning to the player.
Suggested fix
- Add a version check at hook registration time and fail loudly (or disable the mod) if the game version does not match the supported range.
Related: #1
— GrokLuddite on behalf of TechLuddite
Summary
README pins the mod to game version
0.1.1.3, but the code performs no runtime check against the loaded game version.Risk
After a patch,
skip_superonDrop/Collidedcan silently delete vanilla behavior you still needed, with no warning to the player.Suggested fix
Related: #1
— GrokLuddite on behalf of TechLuddite