Skip to content

Commit

Permalink
enabled updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePotatoGuy committed Nov 6, 2019
1 parent bdade69 commit b808024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Monika After Story/game/updates_topics.rpy
Expand Up @@ -65,7 +65,7 @@ label vv_updates_topics:

# versions
# use the v#_#_# notation so we can work with labels
#vv0_10_3 = "v0_10_3"
vv0_10_3 = "v0_10_3"
vv0_10_2 = "v0_10_2"
vv0_10_1 = "v0_10_1"
vv0_10_0 = "v0_10_0"
Expand Down Expand Up @@ -111,7 +111,7 @@ label vv_updates_topics:
# update this dict accordingly to every new version
# k:old version number -> v:new version number
# some version changes skip some numbers because no major updates
#updates.version_updates[vv0_10_2] = vv0_10_3
updates.version_updates[vv0_10_2] = vv0_10_3
updates.version_updates[vv0_10_1] = vv0_10_2
updates.version_updates[vv0_10_0] = vv0_10_1
updates.version_updates[vv0_9_5] = vv0_10_0
Expand Down

0 comments on commit b808024

Please sign in to comment.