diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-15 16:56:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-15 16:56:49 -0300 |
commit | ab2aef132938f98f696938a9432e0dc29be1357f (patch) | |
tree | f73c372b7217624b329e963d14ad87fa6adc93ee /npc/003-1/mariusthebard.txt | |
parent | 50617c809ecee540688b639a4d61b86fd0a9cfad (diff) | |
download | serverdata-ab2aef132938f98f696938a9432e0dc29be1357f.tar.gz serverdata-ab2aef132938f98f696938a9432e0dc29be1357f.tar.bz2 serverdata-ab2aef132938f98f696938a9432e0dc29be1357f.tar.xz serverdata-ab2aef132938f98f696938a9432e0dc29be1357f.zip |
Add an extra music line to Pinkie song with mixed authorship.
This is because Cordo's song is too small. :p
Diffstat (limited to 'npc/003-1/mariusthebard.txt')
-rw-r--r-- | npc/003-1/mariusthebard.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/003-1/mariusthebard.txt b/npc/003-1/mariusthebard.txt index db26133da..ffeefecaa 100644 --- a/npc/003-1/mariusthebard.txt +++ b/npc/003-1/mariusthebard.txt @@ -126,6 +126,10 @@ L_Music_Pinkie: mes l("There I was knee deep in pinkie pattie,"); mes l("Lost without an acorn."); next; + mes l("If life gets so a person cannot laugh,"); // Out of context + mes l("Life isn't worth the living."); + mes l("What else like a Pinkie?"); // Not from Cordo + next; mesc l("Authorship: Former_Cordo (Cordo)"); mesc l("Date: 2020-03-27, 01:30 UTC"); next; |