Skip to content

Commit

Permalink
Merge branch 'qspadditions' into additional_translation_fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
f95Lok committed Jan 31, 2024
2 parents 70cfd21 + f98ae18 commit 1dc6237
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
Binary file modified SOA.qsp
Binary file not shown.
Binary file modified soa.txt
Binary file not shown.
2 changes: 0 additions & 2 deletions translated/menu_time_calc.qsrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ if hour >= 24:
week_day += 1
if week_day = 8:
week_day = 1
gs'game_new_week'
end if
gs 'game_new_day'

Expand All @@ -48,7 +47,6 @@ if hour < 0:
week_day -= 1
if week_day = 0:
week_day = 7
gs'game_new_week'
end if
gs 'game_new_day'

Expand Down

0 comments on commit 1dc6237

Please sign in to comment.