Skip to content

Commit

Permalink
better consts
Browse files Browse the repository at this point in the history
  • Loading branch information
multimokia committed Aug 29, 2020
1 parent 13f31fb commit 676638a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/Submods/Auto Weather Change/awc_topics.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ label awc_monika_player_location:
#Display our scrollable
$ renpy.say(m, "So, which [temp_city] do you live in?", interact=False)
show monika at t21
call screen mas_gen_scrollable_menu(awc_buildCityMenuItems(temp_city),(evhand.UNSE_X, evhand.UNSE_Y, evhand.UNSE_W, 500), evhand.UNSE_XALIGN)
call screen mas_gen_scrollable_menu(awc_buildCityMenuItems(temp_city), mas_ui.SCROLLABLE_MENU_TXT_TALL_AREA, mas_ui.SCROLLABLE_MENU_XALIGN)
show monika at t11

$ latlon = _return
Expand Down

0 comments on commit 676638a

Please sign in to comment.