Skip to content

Commit

Permalink
Re-ordered the endings within main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessicolonthree committed Dec 6, 2024
1 parent d2b0252 commit 83cbfc0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,16 @@
"items": []
},

"Good Ending 2 - Blinded by the light!": {
"description": (
"You raise the relic high, the moonlight reflecting off it and into the Creature's eyes, blinding it.\n"
"Seizing the opportunity, you strike with your sword, killing it.\n"
"Thanks to your heroic venture, the Creature shall be fed no more and the village is safe! (selling the Relic made you pretty rich too!)"
),
"options": [],
"items": ["Crystal Relic", "Ancient Treasure"]
},


"Tragic Ending 1 - Snack for the Creature!": {
"description": (
Expand All @@ -170,7 +180,6 @@
"items": []
},


"Tragic Ending 2 - Killed by the Creature!": {
"description": (
"You attempt to throw the relic as a distraction, but the creature ignores it.\n"
Expand All @@ -180,15 +189,6 @@
"options": [],
"items": []
},
"Good Ending 2 - Blinded by the light!": {
"description": (
"You raise the relic high, the moonlight reflecting off it and into the Creature's eyes, blinding it.\n"
"Seizing the opportunity, you strike with your sword, killing it.\n"
"Thanks to your heroic venture, the Creature shall be fed no more and the village is safe! (selling the Relic made you pretty rich too!)"
),
"options": [],
"items": ["Crystal Relic", "Ancient Treasure"]
},


"Neutral Ending - Safe and sound!": {
Expand Down

0 comments on commit 83cbfc0

Please sign in to comment.