Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Fixes Summon Simian spell killing you as a monkey (#1104)
* Fixes Summon Simian spell killing you as a monkey (#81619) ## About The Pull Request The old logic worked like this: It checked for monkey faction (good), however, monkey faction is given to roundstart monkey human subtypes (bad) instead of using the inherent_factions variable on the species. ## Why It's Good For The Game A spell advertised as not backfiring if you're a monkey should probably not backfire if you're a monkey ## Changelog :cl: fix: The Summon Simians spell will now properly check for monkey faction, allowing people who are monkeys to not be mauled. /:cl: * Fixes Summon Simian spell killing you as a monkey --------- Co-authored-by: SgtHunk <[email protected]>
- Loading branch information