Преглед изворни кода

Temporary patch until Sicca finishes the brother storyline.

Netuttki пре 4 година
родитељ
комит
fc71510d5e
1 измењених фајлова са 4 додато и 0 уклоњено
  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