loathers / grimoire

Apache License 2.0
3 stars 8 forks source link

Remove infinite loop in setBonus #105

Closed Kasekopf closed 1 year ago

Kasekopf commented 1 year ago

Previously, setBonus called applyBonus which called setBonus. This PR fixes that.

It also cleans up the docstrings and removes the note about "Only triggers on items that may be equipped to this outfit." for bonuses, since the grimoire Outfit does not actually check that.

horrible-little-slime commented 1 year ago

oh dear