From 971fbb7531ac27a7361f2e5d57c4dc1fb4cd6eb0 Mon Sep 17 00:00:00 2001 From: InsightfulParasite <109536843+InsightfulParasite@users.noreply.github.com> Date: Wed, 6 Dec 2023 16:14:17 -0500 Subject: [PATCH] Update code/modules/mob/living/simple_animal/abnormality/waw/snow_whites_apple.dm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: [̸R̵e̵d̴a̴c̶t̸e̸d̴]̵ <61567407+LanceSmites328@users.noreply.github.com> --- .../simple_animal/abnormality/waw/snow_whites_apple.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/simple_animal/abnormality/waw/snow_whites_apple.dm b/code/modules/mob/living/simple_animal/abnormality/waw/snow_whites_apple.dm index 12c2c31dfcd1..dfb0f90de202 100644 --- a/code/modules/mob/living/simple_animal/abnormality/waw/snow_whites_apple.dm +++ b/code/modules/mob/living/simple_animal/abnormality/waw/snow_whites_apple.dm @@ -193,11 +193,11 @@ oldGrowth() /mob/living/simple_animal/hostile/abnormality/snow_whites_apple/proc/TeleportList() - var/list/viable_areas = list() + . = list() for(var/turf/T in GLOB.xeno_spawn) - viable_areas += T + . += T - return viable_areas + return /mob/living/simple_animal/hostile/abnormality/snow_whites_apple/proc/SpreadPlants() if(!isturf(loc) || isspaceturf(loc))