瀏覽代碼

[fixed] birthday getting overwritten for cursed schoolboys

julzor 4 年之前
父節點
當前提交
3bfb0a13a1
共有 1 個文件被更改,包括 2 次插入5 次删除
  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