Przeglądaj źródła

[fixed] sisterage missing if a player didn't talk to the sister

julzor 5 lat temu
rodzic
commit
dd011eb2a6
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      locations/family.qsrc

+ 3 - 0
locations/family.qsrc

@@ -1,4 +1,7 @@
 # family
+
+sisterAge = year - ((npc_dob['A33'] - (npc_dob['A33'] mod 10000)) / 10000)
+
 if daystart ! m_day:
 	m_day = daystart
 	father_go = rand(0,1)