Explorar el Código

forgot one more thing

hornguy6 hace 6 años
padre
commit
736618f524
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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: