From 049a8d1c10c208d5f2bbc15836f5c8cc63b46886 Mon Sep 17 00:00:00 2001 From: Nadyr <41974248+Darlantanis@users.noreply.github.com> Date: Sun, 1 Aug 2021 17:36:12 -0400 Subject: [PATCH] powder that makes you say yes --- maps/southern_cross/events/wildlife_encounter.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps/southern_cross/events/wildlife_encounter.dm b/maps/southern_cross/events/wildlife_encounter.dm index 57fde54ef1..204bb43232 100644 --- a/maps/southern_cross/events/wildlife_encounter.dm +++ b/maps/southern_cross/events/wildlife_encounter.dm @@ -26,7 +26,7 @@ continue // Don't want dead people. var/turf/T = get_turf(L) var/area/A = get_area(L) - if(T?.is_outdoors() && istype(A, /area/tether/outpost/exploration_plains)) // VOREStation Edit + if(T?.is_outdoors() && istype(A, /area/surface/outside/wilderness)) // VOREStation Edit potential_victims += L if(potential_victims.len)