From 50617c809ecee540688b639a4d61b86fd0a9cfad Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 15 Apr 2020 16:54:09 -0300 Subject: Add Cordo's Pinkie Song to Marius the Bard. --- npc/003-1/mariusthebard.txt | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) (limited to 'npc/003-1') diff --git a/npc/003-1/mariusthebard.txt b/npc/003-1/mariusthebard.txt index 8f8dcdf90..db26133da 100644 --- a/npc/003-1/mariusthebard.txt +++ b/npc/003-1/mariusthebard.txt @@ -45,14 +45,12 @@ L_Where: L_Music: mesc l("But do you want to hear a song about the world, or about grinding?"); - select - l("Sing me about the world!"), - l("Sing me about grinding!"); + menu + l("Sing me about the world!"), L_Music_World, + l("Sing me about grinding!"), L_Music_Grind, + l("Sing me about slaying Pinkies!"), L_Music_Pinkie; + // ??? mes ""; - if (@menu == 1) - goto L_Music_World; - else if (@menu == 2) - goto L_Music_Grind; goto L_Music; // NOTE: Rewriting this song is always OK. @@ -118,6 +116,21 @@ L_Music_Grind: next; goto L_Main; +L_Music_Pinkie: + mes l("Pinkie, pinkie,pinkie, oh how i luvs thee;"); + mes l("So fine and pink, tasty too!"); + next; + mes l("♪ Pinkie,pinkie,pinkie, you're so fine."); + mes l("Pinkie,pinkie,pinkie, your blood runs like wine. ♪"); + next; + mes l("There I was knee deep in pinkie pattie,"); + mes l("Lost without an acorn."); + next; + mesc l("Authorship: Former_Cordo (Cordo)"); + mesc l("Date: 2020-03-27, 01:30 UTC"); + next; + goto L_Main; + L_Bye: mes ""; mesn; -- cgit v1.2.3-60-g2f50