From 0e0dff14b9f0503bd97ba8aac49549cd2c493daa Mon Sep 17 00:00:00 2001 From: dtfe3 Date: Thu, 9 May 2019 14:10:43 +0200 Subject: [PATCH] Increased music maxlines from 300 to 600 Allows players to play longer and more advanced songs on the instruments. --- code/game/objects/structures/musician.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/musician.dm b/code/game/objects/structures/musician.dm index 6d3f498a8c..0e2f951f38 100644 --- a/code/game/objects/structures/musician.dm +++ b/code/game/objects/structures/musician.dm @@ -1,6 +1,6 @@ #define MUSICIAN_HEARCHECK_MINDELAY 4 -#define MUSIC_MAXLINES 300 +#define MUSIC_MAXLINES 600 #define MUSIC_MAXLINECHARS 50 /datum/song