Skip to content

Commit

Permalink
Merge pull request #6848 from hat071af/master
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR authored Jun 22, 2024
2 parents 2d1fa68 + 388c286 commit 86580f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion combat-trainer.lic
Original file line number Diff line number Diff line change
Expand Up @@ -2784,7 +2784,7 @@ class TrainerProcess
when /^PercMana$/i
moon_mage_perc(game_state)
when /^Perc$/i
DRC.bput('perc', 'You reach out', 'Strangely, you can sense absolutely nothing.') unless game_state.retreating?
DRC.bput('perc', 'You reach out', 'Strangely, you can sense absolutely nothing.', 'Something in the area is interfering with your ability to perceive power.') unless game_state.retreating?
when /^Perc Health$/i
DRC.bput('perc heal', 'You close your eyes')
when /^Astro$/i
Expand Down
4 changes: 4 additions & 0 deletions data/base-spells.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ charge_messages:
- You fail to channel
- you find it too clumsy to charge
- How much do you want to charge
- Something in the area is interfering with your magical senses.

invoke_messages:
- Images of streaking stars falling from the heavens flash
Expand All @@ -31,6 +32,7 @@ invoke_messages:
- you find it too clumsy to invoke
- You raise the (\w+) up, and a (\w+) glow surrounds it
- You prick your finger with the tip of your athame
- Something in the area is interfering with the magical device.

prep_messages:
- With rigid movements you prepare your body for the Embed the Cycle spell
Expand Down Expand Up @@ -142,6 +144,8 @@ prep_messages:
- Please don't do that here
- You cannot use the tattoo while maintaining the effort to stay hidden
- As you attempt to prepare the spell, a sense of overwhelming peace washes over you
# Tattoo failed to invoke due to anti-magic room
- Something in the area is interfering with the magical device.
# You tried to target a spell but there is nothing left to face
- There is nothing else to face
- With a chirurgeon's care, you press your fingertips against the side of your neck
Expand Down

0 comments on commit 86580f9

Please sign in to comment.