Bladeren bron

Nex Year party fix the announcement

rachels 6 jaren geleden
bovenliggende
commit
4690b4ffba
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      locations/pavResidential
  2. 1 1
      locations/stat_display

+ 1 - 1
locations/pavResidential

@@ -246,7 +246,7 @@ if StoryLine ! 0 and (hour >= 8 or hour < 23) and cumloc[11] = 1 and rand(0, 3)
 	exit
 end
 
-if InvitationToDimkaNYparty = 1 and day = 31 and hour > 14 and hour < 18:
+if InvitationToDimkaNYparty = 1 and day = 31 and hour > 14 and hour <= 18:
 	killvar 'InvitationToDimkaNYparty'
 	act 'Go to Dimka''s house at the New Year party':  minut += 30 & gt 'sny', '3'
 end

+ 1 - 1
locations/stat_display

@@ -1180,7 +1180,7 @@ else
 end
 
 if StoryLine = 1:
-	if day = 31 and month = 12 and SchoolAtestat = 0 and hour >= 5 and hour <= 14 and StoryLine = 1:$stat_msg += '<BR>At 14:00 your school''s New Year''s party will start.'
+	if day = nyp_day and month = 12 and SchoolAtestat = 0 and hour >= 5 and hour <= 14 and StoryLine = 1:$stat_msg += '<BR>At 14:00 your school''s New Year''s party will start.'
 
 	if sisboyday + 1 = daystart and hour < 19 and (npc_QW['A33'] = 3 or npc_QW['A33'] = 5 or npc_QW['A33'] = 7 or (npc_QW['A33'] = 9 and sisboytrioQW ! 1)):$stat_msg += '<BR>' & $stat_msg += '<BR>You promised your sister not to go into your room at 18:00.'
 	if sisboyday + 1 = daystart and hour < 19 and sisboytrioQW = 1:$stat_msg += '<BR>' & $stat_msg += '<BR>You promised your sister to meet her in your room at 18:00.'