Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Fix void adaptation not reapplying when born from a headslug…
… [MDB IGNORE] (#25422) (#970) * Fix void adaptation not reapplying when born from a headslug (#80108) ## About The Pull Request This bug happend because of 2 things, 1. the traits where applied to the current mob on *purchase* 2. When head slug calls regain_powers, it uses the grant proc There are 2 solutions for this. Either make void adapatation apply its effects on grant or change regain powers to be on purchase. This would break admin bussing non ling events into a lings innate_powers. but saves having to rewrite all ling thingies from on_purchase to on_grant ## Why It's Good For The Game Permantly losing void adaptation because of last resort is meh ## Changelog :cl: fix: Rebirthing from headslug properly reapplys void adaptation /:cl: * Fix void adaptation not reapplying when born from a headslug --------- Co-authored-by: SkyratBot <[email protected]> Co-authored-by: Autisem <[email protected]>
- Loading branch information