Skip to content

Commit

Permalink
Update code/modules/mob/living/simple_animal/abnormality/waw/snow_whi…
Browse files Browse the repository at this point in the history
…tes_apple.dm

Co-authored-by: [̸R̵e̵d̴a̴c̶t̸e̸d̴]̵ <[email protected]>
  • Loading branch information
InsightfulParasite and LanceSmites328 authored Dec 6, 2023
1 parent 9daa5c6 commit 971fbb7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 971fbb7

Please sign in to comment.