Parcourir la source

Temporary patch until Sicca finishes the brother storyline.

Netuttki il y a 4 ans
Parent
commit
fc71510d5e
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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