Bug - Not A Bug Maximizer Showing Barrell shrine buff when I don't have the shrine

What is your setting for barrelShrineUnlocked ?

Are you including "effects with no direct source, skills you don't have, etc" ?

If so it should include "( install shrine to the Barrel god )" as you'd have to do that first. (it also won't do so if you ask it to in maximizer)
 
It is there in my copy :
Code:
					else if ( !Preferences.getBoolean( "barrelShrineUnlocked" ) )
					{
						if ( includeAll )
						{
							text = "( install shrine to the Barrel god )";
							cmd = "";
						}
						else continue;
					}
 
Back
Top