diff --git a/code/modules/mob/living/basic/pets/parrot/poly.dm b/code/modules/mob/living/basic/pets/parrot/poly.dm index ecd6e054609..42c3061bdd6 100644 --- a/code/modules/mob/living/basic/pets/parrot/poly.dm +++ b/code/modules/mob/living/basic/pets/parrot/poly.dm @@ -129,7 +129,7 @@ else var/json_file = file("data/npc_saves/Poly.json") if(!fexists(json_file)) - return + return list() var/list/json = json_decode(file2text(json_file)) returnable_list = json["phrases"] rounds_survived = json["roundssurvived"]