Ejemplo n.º 1
0
 private void moreSanity() {
   if (character.getSanity() < 7) {
     character.incSanity();
     character.decHealth();
   }
 }