Skip to content

Commit 86580f9

Browse files
authored
Merge pull request #6848 from hat071af/master
2 parents 2d1fa68 + 388c286 commit 86580f9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

combat-trainer.lic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2784,7 +2784,7 @@ class TrainerProcess
27842784
when /^PercMana$/i
27852785
moon_mage_perc(game_state)
27862786
when /^Perc$/i
2787-
DRC.bput('perc', 'You reach out', 'Strangely, you can sense absolutely nothing.') unless game_state.retreating?
2787+
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?
27882788
when /^Perc Health$/i
27892789
DRC.bput('perc heal', 'You close your eyes')
27902790
when /^Astro$/i

data/base-spells.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ charge_messages:
1010
- You fail to channel
1111
- you find it too clumsy to charge
1212
- How much do you want to charge
13+
- Something in the area is interfering with your magical senses.
1314

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

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

0 commit comments

Comments
 (0)