But, line 10 of the method has the timer decrementing when the power-up is active.
public boolean isdp2PoweredUp()
{
return (dpPowerUp != null && dpPowerUp.getWorld() != null);
}public boolean isdp2PoweredUp()
{
return timer3 > 0;
}return timer3 > 0;