Skip to content

Commit

Permalink
so many peopel finding issues
Browse files Browse the repository at this point in the history
  • Loading branch information
IronShears committed Feb 12, 2024
1 parent fcf55f1 commit 113f890
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Resources/Text/Text.json
Original file line number Diff line number Diff line change
Expand Up @@ -1914,7 +1914,7 @@ WARNING: New folder detected at path SYSTEM>AT_PEACE.","tickSpeed":0.04,"closeSp
],
"SurprisedUgly":[
{"color":"Pink", "sprite":"camera1Smile","text":"I... Wait... really?","tickSpeed":0.05,"closeSpeed":1,"optionsVisible":false},
{"color":"Pink", "sprite":"cameraStaticNervous","text":"...","tickSpeed":0.05,"closeSpeed":1,"optionsVisible":true,"options":"Surprised"},
{"color":"Pink", "sprite":"cameraStaticNervous","text":"...","tickSpeed":0.05,"closeSpeed":1,"optionsVisible":false},
{"color":"Pink", "sprite":"cameraStaticNervous","text":"I've missed a lot more than I thought...","tickSpeed":0.05,"closeSpeed":1,"optionsVisible":true,"options":"LoopingOptions"}
],

Expand Down
2 changes: 1 addition & 1 deletion Resources/Text/Text.json.bak
Original file line number Diff line number Diff line change
Expand Up @@ -1870,7 +1870,7 @@ WARNING: New folder detected at path SYSTEM>AT_PEACE.","tickSpeed":0.04,"closeSp
],


"CoolInterestsTalk":[
"CookInterestsTalk":[
{"color":"Pink", "sprite":"camera1Smile","text":"Have you cooked anything interesting today?","tickSpeed":0.05,"closeSpeed":1,"optionsVisible":true,"options":"Breakfast"}
],
"Breakfast": [
Expand Down
2 changes: 1 addition & 1 deletion main.gd
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func _on_Commandprompt_option_pressed(optionName:String):
UniversalFunctions.TalkAbout["ShakenFaithUgly"] = false
UniversalFunctions.play_dialogue_JSON(optionName)
elif optionName == "Cook" or optionName == "Computers" or optionName == "Relax":
optionName = UniversalFunctions.interest
UniversalFunctions.interest = optionName
UniversalFunctions.play_dialogue_JSON(optionName)
elif optionName == "CultBad":
UniversalFunctions.TalkAbout["CultDirect"] = false
Expand Down

0 comments on commit 113f890

Please sign in to comment.