Browse Source

forgot one more thing

hornguy6 6 years ago
parent
commit
736618f524
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/stat_display

+ 2 - 2
locations/stat_display

@@ -1245,8 +1245,8 @@ if StoryLine = 1:
 	if nerd_night_game = 1 and nerd_night_game_day = daystart and hour > 15 and hour < 21: $stat_msg += '<BR><b>Join nerds at the community center at eight</b>'
 end
 
-if model > 0 and model_week = (daystart - week) / 7:
-	$stat_msg += '<BR><b>You have worked as a model this week.</b>'
+if model > 0 and model_week = (daystart - week) / 7 and model_job_week > 2:
+	$stat_msg += '<BR><b>You have no more modelling jobs available this week.</b>'
 elseif model > 0 and model_week < (daystart - week) / 7 and model_job_week < 1:
 	$stat_msg += '<BR><b>You can get paid for 2 modelling jobs this week.</b>'
 elseif model > 0 and model_week < (daystart - week) / 7 and model_job_week = 1: