Ver Fonte

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

julzor há 5 anos atrás
pai
commit
dd011eb2a6
1 ficheiros alterados com 3 adições e 0 exclusões
  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)