Procházet zdrojové kódy

[fixed] Typo in the journal entry for the blackmailer and moved the entry itself to the `blackmailer` location

anjuna krokus před 2 týdny
rodič
revize
7698c050e6
2 změnil soubory, kde provedl 43 přidání a 27 odebrání
  1. 42 0
      locations/blackmailer.qsrc
  2. 1 27
      locations/journal_quests.qsrc

+ 42 - 0
locations/blackmailer.qsrc

@@ -122,6 +122,48 @@ end
 
 
 
+	!!=============================================!!
+	!!                                             !!
+	!!                   JOURNAL                   !!
+	!!                                             !!
+	!!=============================================!!
+
+	if $ARGS[0] = 'journal_quests':
+		if pcs_inhib >= 35:
+			'<center><h3>Blackmailer</h3></center>'
+			if blackmailQW['stage'] = 0:
+				'It would be rather unfortunate if somebody caught you while you were flashing.'
+				'<it>There is a small, small, chance of getting caught while flashing in a park, in a church, and while washing cars.</it>'
+			elseif blackmailQW['stage'] < 0:
+				'You have refused the blackmailer once too many times.'
+			elseif blackmailQW['stage'] > 0 and blackmailQW['stage'] <= 3:
+				'You got caught while flashing! Who knows what could happen in the future?'
+			elseif blackmailQW['stage'] >= 4:
+				if blackmailQW['next_payment'] = 0:
+					'You have paid your blackmailer, but how long will that keep them quiet?'
+				else
+					'Your blackmailer has demanded you to leave <<blackmailQW[''next_payment'']>> <b>₽</b> in the nearest park.'
+					if daystart < blackmailQW['smsday'] - 1:
+						'You have <<blackmailQW[''smsday''] - daystart>> days left'
+					elseif daystart = blackmailQW['smsday'] - 1:
+						'You have until tomorrow.'
+					elseif daystart = blackmailQW['smsday']:
+						'You have until tonight!'
+					else
+						'You were too late!!'
+					end
+					'<it>You can leave the cash in the city, pav, and pushkin parks, and the gadukino forest.</it>'
+				end
+			end
+		end
+	end
+
+
+
+
+
+
+
 	!!=============================================!!
 	!!                                             !!
 	!!                    CIKL                     !!

+ 1 - 27
locations/journal_quests.qsrc

@@ -534,33 +534,7 @@ if $ARGS[0] = 'start':
 			end
 		end
 	end
-	if pcs_inhib >= 35:
-		'<center><h3>Blackmailer</h3></center>'
-		if blackmailQW['stage'] = 0:
-			'It would be rather unfortunate if somebody caught you while you were flashing.'
-			'<it>There is a small, small, chance of getting caught while flashing in a park, in a church, and while washing cards.</it>'
-		elseif blackmailQW['stage'] < 0:
-			'You have refused the blackmailer once too many times.'
-		elseif blackmailQW['stage'] > 0 and blackmailQW['stage'] <= 3:
-			'You got caught while flashing! Who knows what could happen in the future?'
-		elseif blackmailQW['stage'] >= 4:
-			if blackmailQW['next_payment'] = 0:
-				'You have paid your blackmailer, but how long will that keep them quiet?'
-			else
-				'Your blackmailer has demanded you to leave <<blackmailQW[''next_payment'']>> <b>₽</b> in the nearest park.'
-				if daystart < blackmailQW['smsday'] - 1:
-					'You have <<blackmailQW[''smsday''] - daystart>> days left'
-				elseif daystart = blackmailQW['smsday'] - 1:
-					'You have until tomorrow.'
-				elseif daystart = blackmailQW['smsday']:
-					'You have until tonight!'
-				else
-					'You were too late!!'
-				end
-				'<it>You can leave the cash in the city, pav, and pushkin parks, and the gadukino forest.</it>'
-			end
-		end
-	end
+	gs 'blackmailer', 'journal_quests'
 end
 
 if yearstart > 1 and university['enrolled_in_semester'] > university['semester_passed']: