forked from SilverStudioGames/WTS
Bug fix
* Fixed Astoria's stats var reference
This commit is contained in:
parent
57965bd8f5
commit
66bb068fea
@ -368,7 +368,7 @@ screen stats_menuitem(xx, yy):
|
||||
use stat_bar(int(10/0.9), "-Reputation-", "Total Weirdo", 10) # Joke stat
|
||||
#use stat_bar(int(0), "{size=-10}-Wrackspurts Therapy-{/size}" , "Not started", 0) # TODO: Add word list and variable
|
||||
elif current_category == "Astoria":
|
||||
use stat_bar(int(10-states.ast.mood/1.0), "-Mood-" , states.ast.mood_word, states.ast.mood)
|
||||
use stat_bar(int(10-states.ast.mood/1.0), "-Mood-" , ast_mood_word, states.ast.mood)
|
||||
use stat_bar(int(1/1), "-Favour Tier-", "", 1)
|
||||
use stat_bar(int(states.ast.level/0.8), "-Affection-", "", states.ast.level) # TODO: Add word list
|
||||
use stat_bar(int(3/0.9), "-Reputation-", "Mischievous", 4) # TODO: Add word list and variable, starts at level 4
|
||||
|
Loading…
Reference in New Issue
Block a user