Skip to content

Commit

Permalink
add new annis to reset_annis and ANNI_LIST
Browse files Browse the repository at this point in the history
  • Loading branch information
Booplicate committed Sep 17, 2023
1 parent 7bf75b1 commit 98a03f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Monika After Story/game/script-anniversary.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ init 10 python in mas_anni:
"anni_3",
"anni_4",
"anni_5",
"anni_6",
"anni_7",
"anni_10",
"anni_20",
"anni_50",
Expand Down Expand Up @@ -306,6 +308,8 @@ init 10 python in mas_anni:
_month_adjuster(anni_db["anni_3"], new_start_dt, 36, fullday)
_month_adjuster(anni_db["anni_4"], new_start_dt, 48, fullday)
_month_adjuster(anni_db["anni_5"], new_start_dt, 60, fullday)
_month_adjuster(anni_db["anni_6"], new_start_dt, 6*12, fullday)
_month_adjuster(anni_db["anni_7"], new_start_dt, 7*12, fullday)
_month_adjuster(anni_db["anni_10"], new_start_dt, 120, fullday)
_month_adjuster(anni_db["anni_20"], new_start_dt, 240, fullday)
_month_adjuster(anni_db["anni_50"], new_start_dt, 600, fullday)
Expand Down

0 comments on commit 98a03f7

Please sign in to comment.