diff --git a/game/scripts/shops/item/menu.rpy b/game/scripts/shops/item/menu.rpy index d81c520e..76a22c92 100644 --- a/game/scripts/shops/item/menu.rpy +++ b/game/scripts/shops/item/menu.rpy @@ -43,7 +43,7 @@ label shop_item_menu(xx=150, yy=90): show screen shop_item(xx, yy) label .after_init: - $ renpy.dynamix(__choice = ui.interact()) + $ renpy.dynamic(__choice = ui.interact()) if __choice[0] == "select": $ current_item = __choice[1]