Browse Source

[fixed] word order in the dimka NY party invitation actions.

Sicaa 4 years ago
parent
commit
8330308d5e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      locations/gschool_grounds.qsrc
  2. 1 1
      locations/pavResidential.qsrc

+ 1 - 1
locations/gschool_grounds.qsrc

@@ -31,7 +31,7 @@ if $ARGS[0] = 'main':
 		end
 	end
 	
-	if InvitationToDimkaNYparty = 1 and day = 31 and day = nyp_day: act 'Follow Dimka to his home at the New Year party': killvar 'InvitationToDimkaNYparty' & minut += 30 & gt 'sny', '3'
+	if InvitationToDimkaNYparty = 1 and day = 31 and day = nyp_day: act 'Follow Dimka to the New Year''s party at his home': killvar 'InvitationToDimkaNYparty' & minut += 30 & gt 'sny', '3'
 
 	if week < 6 and hour = 14 and kanikuli = 0 and afterschool_day ! daystart:
 		afterschool_day = daystart

+ 1 - 1
locations/pavResidential.qsrc

@@ -147,7 +147,7 @@ end
 if kanikuli = 0 and StoryLine > 0 and SchoolAtestat = 0 and SchoolBlock = 0 and week < 6 and hour >= 7 and hour < 9: act '<b>Go to school</b>': minut += 2 & gt 'gschool_grounds', 'main'
 
 if InvitationToDimkaNYparty = 1 and month = 12 and day = 31 and hour > 14 and hour <= 18:
-	act '<b>Go to Dimka''s house at the New Year party</b>': killvar 'InvitationToDimkaNYparty' & minut += 30 & gt 'sny', '3'
+	act '<b>Go to the New Year''s party at Dimka''s house</b>': killvar 'InvitationToDimkaNYparty' & minut += 30 & gt 'sny', '3'
 elseif InvitationToDimkaNYparty = 1 and month ! 12:
 	killvar 'InvitationToDimkaNYparty'
 end