mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-18 10:37:54 +01:00
## About The Pull Request The goal of this PR is twofold: 1. Remove hemophages as a species. 2. Allow anyone to be a hemophage through the use of a quirk. Currently, hemophages are somewhat limited in what they can look like bodyshape wise due to being tied to a species, yet almost all of their abilities and traits are tied to organs. To-Do: - [x] Properly implement the removal of the organs when the quirk gets removed. - [x] Test the quirk with the other hemophage specific quirks, possibly work them into toggles with this quirk. ## Why It's Good For The Game This helps shorten our list of playable species while keeping the core aspects of hemophage gameplay able to be done. It also increases customization potential, yippee. ## Proof Of Testing See below. <details> <summary>Screenshots/Videos</summary> <img width="1917" height="1004" alt="image" src="https://github.com/user-attachments/assets/f2b6cb97-1425-4888-a9c4-4a7ed30d74bf" /> <img width="619" height="154" alt="image" src="https://github.com/user-attachments/assets/de0c21f9-bca5-4171-8fc9-d6d28b7e3ea0" /> </details> ## Changelog 🆑 del: Removed the hemphage specific quirks Masquerade, Sol Weakness, and Pseudo-Respiration. They are now toggles on the hemophage quirk. refactor: Refactored the hemophage species into being a quirk: Hemophagia. /🆑 --------- Co-authored-by: Arturlang <24881678+Arturlang@users.noreply.github.com>