Saturday, November 22, 2014

No internet!

Yes, it's just that horrible!

Tuesday morning, right after I unknowingly left for school in the morning, we lost our connection to the internet. We have not had it return yet, but my darling neighbours lent me their Wi-Fi password enabling me to write this entry.

I'm trying to make a JavaFX project to get graded. Wow this course went by fast!

So, time to get back to the code.

Sunday, November 9, 2014

First World Problems

Not much going on at the moment other than my first world problem of doctor.biopsy(run); causing leg.skin(); to return a null, and
while (healing){
     if (skin == null){
         body.move(false);
         ass.fatten();
     }
}
And then body.status(); throws a PainfulException which I catch and turn into wound.heal(-1); and boolean bleeding = true.