Ejemplo n.º 1
0
 private void moreHealth() {
   if (character.getHealth() < 7) {
     character.incHealth();
     character.decSanity();
   }
 }