ParletteSoftware / bitfl

Billy in the Fat Lane
GNU General Public License v3.0
0 stars 0 forks source link

Add location variable to Job class. #62

Closed matthew-parlette closed 11 years ago

matthew-parlette commented 11 years ago

To reference the location that holds a job, there is a location variable in the Job class which holds a Location object (or may hold None, but this should not be possible).

I also modified the player info display to include where the location is of the job that the player currently holds. This closes #56.