Skip to content

Commit

Permalink
remove old story text
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Jan 16, 2024
1 parent 8a514c5 commit ba3b7aa
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions client/public/story/Story.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,6 @@ manageActions:

- var familiarReturnedItem: false

- text: The current spell power is {power}
- text: Its chaos is {chaos}.
- call SpellCrafter: showBarriers
- if ({lightdark} > 0):
- text: The spell is light level {lightdark}.
- if ({lightdark} < 0):
- var dark: "{lightdark} * -1"
- text: The spell is dark level {dark}.

- if ({hotcold} > 0):
- text: The spell is hot level {hotcold}.
- if ({hotcold} < 0):
- var cold: "{hotcold} * -1"
- text: The spell is cold level {cold}.

- choice:
- text: What would you like to do?

Expand Down

0 comments on commit ba3b7aa

Please sign in to comment.