]> granicus.if.org Git - nethack/commitdiff
YAFM for magic flute
authorPasi Kallinen <paxed@alt.org>
Tue, 14 Apr 2015 17:04:46 +0000 (20:04 +0300)
committerPasi Kallinen <paxed@alt.org>
Tue, 14 Apr 2015 17:04:46 +0000 (20:04 +0300)
src/music.c

index 24a7b75bdbd091ae1a0f0a7af2f97f8e2d348dbd..3fabfec06d276edb8168625da72a99e6775204ba 100644 (file)
@@ -453,7 +453,7 @@ struct obj *instr;
            if (do_spec && instr->spe > 0) {
                consume_obj_charge(instr, TRUE);
 
-               You("produce soft music.");
+               You("produce %s music.", Hallucination ? "piped" : "soft");
                put_monsters_to_sleep(u.ulevel * 5);
                exercise(A_DEX, TRUE);
                break;