* Fixed Astoria's stats var reference
This commit is contained in:
LoafyLemon 2023-04-27 14:58:48 +01:00
parent 57965bd8f5
commit 66bb068fea
1 changed files with 1 additions and 1 deletions

View File

@ -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