...
individual.application.accept();
if (individual.type.equals("student")) {
individual.trust_level -= 1000;
individual.rights.clear();
bigbrother.add_to_watchlist(individual);
}
taylor.welcome(individual);
taylor.courses["new_student_orientation"].enroll(individual);
...
You can see where this is going...
1 comment:
man, I didn't know being a student would make you 1000 less units trustworthy.
what a warm welcome lol :)
Post a Comment