Post Made Community Wiki by Community
show/hide this revision's text 2 added 21 characters in body
if(computer.fail==true)
if (computer.fail == true) {
    background.setColor(blue);
    user.frown();
    sys.shutdown();
    user.scream("OH, F**K YOU");YOU");
}
show/hide this revision's text 1
if(computer.fail==true){
background.setColor(blue);
user.frown();
sys.shutdown();
user.scream("OH, F**K YOU");}