mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
powder that makes you say yes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user