Ejemplo n.º 1
0
 public void resetStrength()
 {
     strength = baseStrength;
     if (player.getStrength() != baseStrength)
     {
         player.resetStrength();
     }
 }