@@ -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