Don't describe sleep explosion as a "ray"

When breaking a wand of sleep, don't print the message "the sleep ray
hits you!" since it produces an area effect/explosion rather than a ray.
For a couple other wands, !ordinary (wand breakage) effects don't
produce a message (I assume because the do_break_wand feedback is
considered sufficient), but I put in an alternative message for the
explosion since I think it's important to inform the player the hero has
fallen asleep.
This commit is contained in:
Michael Meyer
2022-08-18 15:48:15 -04:00
parent 2108abd30d
commit 66e98e1344
2 changed files with 5 additions and 2 deletions

View File

@@ -156,7 +156,7 @@ explode(
break;
case 4:
adstr = (olet == WAND_CLASS) ? "death field"
: "disintegration field";
: "disintegration field";
adtyp = AD_DISN;
break;
case 5: