AudioPixie / TPRTracker

A unity-based tracker for TPR
GNU General Public License v3.0
0 stars 0 forks source link

hasBombs needs to be implemented #40

Closed AudioPixie closed 7 months ago

AudioPixie commented 7 months ago

Need to implement hasBombs function, takes into account if bomb refills are available

AudioPixie commented 7 months ago

Same with CanUseWaterBombs

AudioPixie commented 7 months ago

HasBombs() and HasWaterBombs() implemented, CanUseWaterBombs() removed. Has been applied on all checks that require some form of bombs, will double check individual cases as I go through glitched logic.