you are viewing a single comment's thread
view the rest of the comments
[–] 18 points 3 months ago
if(payment == false) {
    blade.sharpness = 0;
    handle.confort = -2;
    reflection.displayAdd();
} else if(updated == true) {
    blade.sharpness = 4;
    handle.confort = 3;
} else {
    blade.sharpness = 3;
    handle.confort = 2;
    speaker.playSound("needUpdate.mp3");
}
  • source
  • parent