Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Strive for Power

Fantasy Slave Management/RPG Erotic Game · By Strive4Power

Small display bug after vacation level up

A topic by Leonais created Mar 03, 2020 Views: 124
Viewing posts 1 to 1

The level up process redisplays the slavetab after a request is completed in a chat. The vacation request is correctly showing the main screen again after the slave is removed from the list, but the level up process then shows the slavetab for the slave that now isn't there.

In statstab.gd I think we can add 

func levelup(command):
    globals.jobs.call(command, person)
    globals.get_tree().get_current_scene().close_dialogue()
    if command != 'vacation':  #Fix
        get_parent().slavetabopen()