Path-of-Terraria / PathOfTerraria

GNU General Public License v3.0
1 stars 3 forks source link

fix minera, hide grimoire button until grimoire is obtained #393

Closed GabeHasWon closed 1 month ago

GabeHasWon commented 1 month ago

### Link Issues Resolves: #387

Description of Work

Adds in flag for if the player has obtained a Grimoire. Hides the Grimoire UI if the above flag is false. Fixed Minera's reference to an nonexistent NPC component. Added NPCHitEffects.OnDeath for ease-of-use on death effects.

Comments