Procházet zdrojové kódy

[fixed] Mother should also use the correct day for graduation now.

bgkjdgbizgblzdgbr před 1 rokem
rodič
revize
01193314a5
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4 4
      locations/mother.qsrc

+ 4 - 4
locations/mother.qsrc

@@ -224,14 +224,14 @@ if $ARGS[0] = '':
 	end
 
     if SchoolAtestat = -1:
-        if month = 5 and day = 25 and hour <= 8:
+        if month = 5 and day = 26 and hour <= 8:
             '"<<$pcs_nickname>>, make sure you don''t miss your graduation today. Your brother and I will also be there to watch you getting your diploma."'
         else
-            if month = 5 and day = 25 and hour > 8:
+            if month = 5 and day = 26 and hour > 8:
                 '"<<$pcs_nickname>>, where have you been? You have missed your graduation today! I told everybody that you''re sick. So your Principal gave me your diploma." She hands it to you.'
-            elseif month = 5 and day = 26:
+            elseif month = 5 and day = 27:
                 '"<<$pcs_nickname>>, where have you been? You have missed your graduation yesterday! I told everybody that you''re sick. So your Principal gave me your diploma." She hands it to you.'
-            elseif (month = 5 and day > 26) or month > 5:
+            elseif (month = 5 and day > 27) or month > 5:
                 '"<<$pcs_nickname>>, where have you been? You have missed your graduation! I told everybody that you''re sick. So your Principal gave me your diploma." She hands it to you.'
             end
             SchoolAtestat = 1