Commit Graph
3 Commits
Author SHA1 Message Date
nikothedudeandGitHub 2729331d93 Fixes item quirks giving items on charslot change (#5671)
## About The Pull Request

Title.

Closes https://github.com/Bubberstation/Bubberstation/issues/5632

The exact implementation is a new variable on quirks that qdels the
items they spawn or early returns if its a path.

Family heirloom and medicine allergy are exempt.

## Why It's Good For The Game

bugs bad
## Proof Of Testing
<details>
<summary>Screenshots/Videos</summary>

<img width="1556" height="628" alt="image"
src="https://github.com/user-attachments/assets/0162d509-4dab-48a5-8a78-ded340fad641"
/>

ignore the runtimes thats a tg error

</details>

## Changelog
🆑
fix: Item quirks no longer give items on char slot change
/🆑
2026-05-31 18:29:01 +02:00
75a22d3328 make SADs actually re-apply quirks (#4088)
## About The Pull Request
make OverrideQuirks actually remove all quirks and re-apply them with
unique false

## Why It's Good For The Game
This fixes issues with nitro breathers and SAD's replacing their species
datum thus nulling their mutantlungs being which is after healed into
normal organ that invalidates the quirk

## Proof Of Testing

<details>
<summary>Screenshots/Videos</summary>

</details>

## Changelog

🆑
fix: SAD's should no longer nuke nitrogen lungs
/🆑

---------

Co-authored-by: Roxy <75404941+TealSeer@users.noreply.github.com>
2025-06-29 18:16:27 -04:00
ArturlangandGitHub 2b99264799 SAD and VV load prefs overrides quirks (#3792)
## About The Pull Request
SAD and VV load prefs overrides quirks, instead of simply adding if
missing

## Why It's Good For The Game
This is me trying to get people to pester admins less about quirks

## Proof Of Testing
Tested, seems to work

<details>
<summary>Screenshots/Videos</summary>

</details>

## Changelog

🆑
add: SAD will now remove any quirks you don't have set in prefs, please
don't abuse it.
admin: VV load prefs now loads and overrides quirks as well.
/🆑
2025-05-11 13:22:19 -07:00