Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Strive for Power

Fantasy Slave Management/RPG Erotic Game · By Strive4Power

Exiting shop does not update the travelling items shown on right of the screen

A topic by Leonais created Jan 22, 2020 Views: 144
Viewing posts 1 to 1

This would be useful to fix as it is easy to buy equipment like ropes for the mansion chest rather than the travelling bag, so updating the screen with the right number of backpack items is genuinely helpful.

The fix in outside.gd could be somthing like

func shopclose():
    get_node("shoppanel").visible = false
    if get_node("playergrouppanel/details").is_visible_in_tree():
        playergrouppanel()

   if currentshop.has('sprite') && currentshop.code != 'aydashop':
        get_parent().nodefade($charactersprite, 0.3)