powder that makes you say yes

This commit is contained in:
Nadyr
2021-08-01 17:36:12 -04:00
committed by GitHub
parent bc612ba5f9
commit 049a8d1c10

View File

@@ -26,7 +26,7 @@
continue // Don't want dead people. continue // Don't want dead people.
var/turf/T = get_turf(L) var/turf/T = get_turf(L)
var/area/A = get_area(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 potential_victims += L
if(potential_victims.len) if(potential_victims.len)