Bladeren bron

Temporary patch until Sicca finishes the brother storyline.

Netuttki 4 jaren geleden
bovenliggende
commit
fc71510d5e
1 gewijzigde bestanden met toevoegingen van 4 en 0 verwijderingen
  1. 4 0
      locations/brother.qsrc

+ 4 - 0
locations/brother.qsrc

@@ -1,6 +1,10 @@
 # brother
 
 brotherAge = year - ((npc_dob['A34'] - (npc_dob['A34'] mod 10000)) / 10000)
+
+!! This is a temporary patch!
+BrotherHappy = 1
+
 if (npc_dob['A34'] mod 10000)/100 > month: brotherAge -= 1
 if (npc_dob['A34'] mod 10000)/100 = month and (npc_dob['A34'] mod 100) > day: brotherAge -= 1