Shitload of bugfixes.

This commit is contained in:
SkyMarshal
2012-06-18 21:18:26 -07:00
parent 4f12065fbe
commit 57fcff3067
9 changed files with 52 additions and 25 deletions
+1 -2
View File
@@ -448,8 +448,7 @@ datum/preferences
// Modify this if you added more jobs and it looks like a mess. Add the jobs in the splitJobs that you want to trigger and intitate a new table.
if(splitJobs == null)
if (ticker.current_state >= GAME_STATE_PLAYING
)
if (ticker && ticker.current_state >= GAME_STATE_PLAYING)
splitJobs = list()
else
splitJobs = list("Chief Engineer")