ソースを参照

[fixed] full custom setup used wrong variable for willpower and some small stuff

julzor 4 年 前
コミット
f9f431539f

+ 1 - 1
locations/pavCommercial.qsrc

@@ -95,7 +95,7 @@ else
 	$Pharmname = 'For easy access, there''s even a pharmacy attached to it but it''s currently closed for the day.'
 end
 
-'<br>Centered along the main street is the <a href="exec:minut += 15 & gt ''pavtrain''">train station</a> that is always open and running. For those with a car, the end of the street leads to a <a href="exec:minut += 5 & gt ''zaprF'', ''start''">gas station</a> which is usually the last stop people make before heading out onto the nearby highway.'
+'<br>Centered along the main street is the <a href="exec:minut += 10 & gt ''pavtrain''">train station</a> that is always open and running. For those with a car, the end of the street leads to a <a href="exec:minut += 5 & gt ''zaprF'', ''start''">gas station</a> which is usually the last stop people make before heading out onto the nearby highway.'
 
 if week < 6 and hour >= 9 and hour <= 18:
 	$desc_txt4 = '<a href="exec:minut += 3 & gt ''postoffice'', ''start''">post office</a>'

+ 1 - 1
locations/pavtrain.qsrc

@@ -181,7 +181,7 @@ act 'Walk to the Commercial area (0:10)':minut += 10 & gt 'pavCommercial'
 act 'Walk to the highway (0:15)':minut += 15 & nroad = 20 & gt 'road'
 act 'Walk to the Old Town (0:15)':minut += 15 & nroad = 19 & gt 'liam'
 
-act 'Enter the station building': gt 'pavtrainhall'
+act 'Enter the station building': minut += 3 & gt 'pavtrainhall'
 
 --- pavtrain ---------------------------------
 

+ 1 - 1
locations/preSYS2.qsrc

@@ -385,7 +385,7 @@ if $ARGS[0] = 'modatt':
 	*nl
 	*nl
 	'<center><table border=0 cellspacing=0 cellpadding=25  bgcolor=#808080><TH></TH><TH>Set to zero</TH><TH>Minus 10</TH><TH>Minus 5</TH><TH>Plus 5</TH><TH>Plus 10</TH><TH>Set to 100</TH>'
-	gs 'preSYS2', 'modrel_setup3', 'pcs_willpwr', 'Willpower'
+	gs 'preSYS2', 'modrel_setup3', 'willpowermax', 'Willpower'
 	gs 'preSYS2', 'modrel_setup2', 'pcs_stren', 'Strength'
 	gs 'preSYS2', 'modrel_setup2', 'pcs_agil', 'Agility'
 	gs 'preSYS2', 'modrel_setup2', 'pcs_vital', 'Endurance'

+ 2 - 2
locations/stat_display.qsrc

@@ -304,8 +304,8 @@ else
 end
 
 if StoryLine = 1 and SchoolAtestat = 0 and kanikuli = 0 and week < 6 and hour < 9:
-	$stat_school_msg = 'You have to be at school before 08:00 if you don''t want to be late.'
-	$stat_school_tooltip = 'School starts at 08:00.'
+	$stat_school_msg = 'You have to be at school before 07:45 if you don''t want to be late.'
+	$stat_school_tooltip = 'School starts at 07:45.'
 elseif StoryLine = 1 and SchoolAtestat = 0 and week = 6 and hour < 9 and detention_set = 1 and SchoolAtestat = 0:
 	$stat_school_msg = 'You have detention this morning and must be at school before 09:00.'
 	$stat_school_tooltip = 'Detention starts at 09:00.'