Skip to content

Commit

Permalink
flipping something
Browse files Browse the repository at this point in the history
  • Loading branch information
IronShears committed Feb 12, 2024
1 parent f826397 commit 4b1c870
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 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
],


"CookInterestsTalk":[
"CoolInterestsTalk":[
{"color":"Pink", "sprite":"camera1Smile","text":"Have you cooked anything interesting today?","tickSpeed":0.05,"closeSpeed":1,"optionsVisible":true,"options":"Breakfast"}
],
"Breakfast": [
Expand Down Expand Up @@ -2093,6 +2093,7 @@ WARNING: New folder detected at path SYSTEM>AT_PEACE.","tickSpeed":0.04,"closeSp
"NotTrueUgly":[
{"color":"Pink", "sprite":"camera2Angry","text":"Was?! WAS???","tickSpeed":0.05,"closeSpeed":1,"optionsVisible":false},
{"color":"Pink", "sprite":"camera2Angry","text":"SHUT UP! JUST SHUT UP! I’M NOT LISTENING TO YOU ANYMORE. STOP TALKING TO ME!","tickSpeed":0.05,"closeSpeed":1,"optionsVisible":false},
{"color":"Pink", "sprite":"camera2Angry","text":"LEAVE ME ALONE!","tickSpeed":0.05,"closeSpeed":1,"optionsVisible":false},
{"color":"Pink", "sprite":"floorStaticSad","text":" ","tickSpeed":0.05,"closeSpeed":1,"optionsVisible":false}
],

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":
UniversalFunctions.interest = optionName
optionName = UniversalFunctions.interest
UniversalFunctions.play_dialogue_JSON(optionName)
elif optionName == "CultBad":
UniversalFunctions.TalkAbout["CultDirect"] = false
Expand Down

0 comments on commit 4b1c870

Please sign in to comment.