Stage name takes one turn to update
Moderator: Moderator
Stage name takes one turn to update
When entering a new location, the UI lists the name of the last location the player was in until they make a move. For example, when going down the stairs from Carn Dum 2 to Carn Dum 3, it still says Carn Dum 2 until I move off of the stairs.
Re: Stage name takes one turn to update
fixed
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning

-
- Reaper
- Posts: 1535
- Joined: Mon Jan 22, 2007 6:31 pm
- Location: East of the sun, west of the moon
Re: Stage name takes one turn to update
could I see what you changed (in game.lua) for this to be fixed? as I would like to apply it to my mod too.
if it was an engine fix then dont bother.
if it was an engine fix then dont bother.
Oliphant am I, and I never lie.
Re: Stage name takes one turn to update
add
in the changeLevel() method
Code: Select all
game.player.changed = true
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning

-
- Reaper
- Posts: 1535
- Joined: Mon Jan 22, 2007 6:31 pm
- Location: East of the sun, west of the moon
Re: Stage name takes one turn to update
that sounds difficult
but I will try 


Oliphant am I, and I never lie.