Code:
You have 26 Arrows {magical} (p).
The Arrow (1d4) {magical} fails to harm the Kobold archer.
Your Arrows glows.
Your Arrow glows.
The Kobold archer is unharmed.
* The redundant "Your foo glows" messages.
* The redundant "fails to harm/is unharmed" messages.
* "Your Arrows glows" is ungrammatical.
I'd suggest condensing down to this:
Code:
You have 26 Arrows {magical} (p).
Your Arrows glow.
The Kobold archer is unharmed.
Comment