Showing posts with label fire. Show all posts
Showing posts with label fire. Show all posts

Thursday, February 8, 2007

Force Office to Close


forceOfficeToClose(){
if(office == busy){
/* Using method from enragedWorker Class */
enragedWorker.makeFire();
}
else{
office = normal;
}
}