Browse Source

[fixed] birthday getting overwritten for cursed schoolboys

julzor 4 years ago
parent
commit
3bfb0a13a1
1 changed files with 2 additions and 5 deletions
  1. 2 5
      locations/preSYS.qsrc

+ 2 - 5
locations/preSYS.qsrc

@@ -69,11 +69,8 @@ if $ARGS[0] = 'CSBStart':
 		pcs_hairlng = 300
 	end
 	
-	if birthday_set = 0:
-		birthday = 1
-		birthmonth = 4
-		birthday_set = 1
-	end
+	if birthmonth = 0: birthmonth = 4
+	if birthday = 0: birthday = 1
 	
 	birthyear = 2000
 	school_year = 2000