MarcyAugust
MarcyAugust
Unless I'm mistaken, shouldn't that be as simple as adding another or statement to those functions? Like this: ($this->has('CaneOfByrna') && $world->config('enemizer.enemyHealth', 'default') == 'default') || $world->config('enemizer.enemyHealth') == 'easy'). Not sure...
In getBottle(), looks like Item::get('Bottle', $this) has been added to the possible outcomes. Shouldn't this be resolved then?
I think this could be solved by checking where the bottle is actually coming from, if there's a current way to determine if the bottle being given is coming directly...