From 7d43330be4e22290a2d70b27f09a1fdec5efe6cf Mon Sep 17 00:00:00 2001 From: Incoming5643 Date: Sun, 22 May 2016 01:35:14 -0400 Subject: [PATCH] Unbreaks the parrot --- code/modules/mob/living/simple_animal/parrot.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/parrot.dm b/code/modules/mob/living/simple_animal/parrot.dm index 5a1dffc3c42..4336a7142b4 100644 --- a/code/modules/mob/living/simple_animal/parrot.dm +++ b/code/modules/mob/living/simple_animal/parrot.dm @@ -923,7 +923,7 @@ S["longestsurvival"] >> longest_survival S["longestdeathstreak"] >> longest_deathstreak - if(isnull(speech_buffer)) + if(!islist(speech_buffer)) speech_buffer = list() /mob/living/simple_animal/parrot/Poly/proc/Write_Memory()