summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-07 18:35:22 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-07 18:35:22 -0300
commit7330988327b0ba5cf325f7de020eff97cefbd3ca (patch)
tree71951b6af34aca9076a09d2fdca244e410339f00
parent27258b5a4430e56529652516cc56a750ef47f778 (diff)
downloadclient-7330988327b0ba5cf325f7de020eff97cefbd3ca.tar.gz
client-7330988327b0ba5cf325f7de020eff97cefbd3ca.tar.bz2
client-7330988327b0ba5cf325f7de020eff97cefbd3ca.tar.xz
client-7330988327b0ba5cf325f7de020eff97cefbd3ca.zip
Fix bugs
-rw-r--r--game/quest.rpy6
1 files changed, 3 insertions, 3 deletions
diff --git a/game/quest.rpy b/game/quest.rpy
index 723fc63..b3a5155 100644
--- a/game/quest.rpy
+++ b/game/quest.rpy
@@ -149,9 +149,9 @@ label quest_selected:
show_img("bg "+dial["bg"], tag="sbg")
bg_is_showing=True
- show_img("dialog_"+dial["left_sprite"], at_list=[left], tag="l")
- show_img("dialog_"+dial["center_sprite"], at_list=[center], tag="c")
- show_img("dialog_"+dial["right_sprite"], at_list=[right], tag="r")
+ show_img("dialog_"+dial["left_sprite"], at_list=[tleft], tag="l")
+ show_img("dialog_"+dial["center_sprite"], at_list=[tcenter], tag="c")
+ show_img("dialog_"+dial["right_sprite"], at_list=[tright], tag="r")
renpy.say(dial["name"], dial["message"])
renpy.hide("l")
renpy.hide("c")