소스 검색

[fixed] wrong status and journal messages relating to shooting porn

hornguy6 1 년 전
부모
커밋
bd59e3826e
2개의 변경된 파일16개의 추가작업 그리고 14개의 파일을 삭제
  1. 1 1
      locations/journal.qsrc
  2. 15 13
      locations/stat_display.qsrc

+ 1 - 1
locations/journal.qsrc

@@ -183,7 +183,7 @@ if $ARGS[0] = 'records':
 	if pornmiss = 1: '<br><b>You missed a scheduled porn shoot!</b>'
 	if prodcosttrue > 0: '<br><b>You owe money to the porn studio <<prodcost>>?</b>'
 	if firstkasting > 0 and pfilmNO < 1:
-		if pornstack <= 10:
+		if pornstack >= 10:
 			'<br>You are currently unable to book any more porn shoots at the porn studio.'
 		elseif pornstack = 11:
 			'<br>You can contract <<10-pornstack>> porn shoot(s) at the porn studio.'

+ 15 - 13
locations/stat_display.qsrc

@@ -1178,19 +1178,21 @@ if cheatStatusIcons = 0:
 		$stat_volleyball_msg = 'There is volleyball tournament today at 18:00.'
 		$statusIconBarTab += '<td><a href="exec: msg $stat_volleyball_msg"><img title="<<$stat_volleyball_msg>>" height = <<set_siconht>> src="images/system/icons/status/volleball.png"></a></td>'
 	end
-
-	if pornstar['icon'] = 1 and pornstar['icon_disable'] ! daystart:
-       if hour < 11:
-            $stat_porn_msg = 'You are starring in a porno today at 10:00.'
-            $statusIconBarTab += '<td><a href="exec: msg $stat_porn_msg"><img title="<<$stat_porn_msg>>" height = <<set_siconht>> src="images/system/icons/status/porn_'+iif(night_mode ! 3 and (($location_type = 'public_outdoors' and daystage = 5) or night_mode = 1 or night_mode = 2), 'white', 'black')+'.png"></a></td>'
-        elseif hour >= 11 and hour < 13:
-            $stat_porn_msg = 'You''re late for your shoot at the porn studio!'
-            $statusIconBarTab += '<td><a href="exec: msg $stat_porn_msg"><img title="<<$stat_porn_msg>>" height = <<set_siconht>> src="images/system/icons/status/porn_red.png"></a></td>'
-        else
-            $stat_porn_msg = 'You missed a scheduled porn shoot!'
-            $statusIconBarTab += '<td><a href="exec: pornstar[''icon_disable''] = daystart & msg $stat_porn_msg"><img title="<<$stat_porn_msg>>" height = <<set_siconht>> src="images/system/icons/status/porn_red.png"></a></td>'
-        end
-    end
+	
+	if pfilmNO ! 1:
+		if pornstar['icon'] = 1 and pornstar['icon_disable'] ! daystart:
+		   if hour < 11:
+				$stat_porn_msg = 'You are starring in a porno today at 10:00.'
+				$statusIconBarTab += '<td><a href="exec: msg $stat_porn_msg"><img title="<<$stat_porn_msg>>" height = <<set_siconht>> src="images/system/icons/status/porn_'+iif(night_mode ! 3 and (($location_type = 'public_outdoors' and daystage = 5) or night_mode = 1 or night_mode = 2), 'white', 'black')+'.png"></a></td>'
+			elseif hour >= 11 and hour < 13:
+				$stat_porn_msg = 'You''re late for your shoot at the porn studio!'
+				$statusIconBarTab += '<td><a href="exec: msg $stat_porn_msg"><img title="<<$stat_porn_msg>>" height = <<set_siconht>> src="images/system/icons/status/porn_red.png"></a></td>'
+			else
+				$stat_porn_msg = 'You missed a scheduled porn shoot!'
+				$statusIconBarTab += '<td><a href="exec: pornstar[''icon_disable''] = daystart & msg $stat_porn_msg"><img title="<<$stat_porn_msg>>" height = <<set_siconht>> src="images/system/icons/status/porn_red.png"></a></td>'
+			end
+		end
+	end
 
 	if $stat_bfgf_msg_0 ! '': $statusIconBarTab += '<td><a href="exec: $stat_bfgf_msg_0"><img title="<<$stat_bfgf_tooltip_0>>" height = <<set_siconht>> src="images/system/icons/status/date.png"></a></td>'