Comment Re:time to debug (Score 1) 264
if (female.sees(me) {
female.swoon();
}
to
if (female.sees(me) {
female.swoon();
} else {
me.gay();
}
The universe does not have laws -- it has habits, and habits can be broken.