mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Remove area_in_map proc (#17638)
* Remove area_in_map proc * macro edition
This commit is contained in:
@@ -45,10 +45,8 @@ datum/emergency_shuttle/proc/init()
|
||||
var/list/pods_to_test = list ("1","2","3","5")//ADD NEW PODS HERE
|
||||
for (var/i in pods_to_test)
|
||||
var/area/pod_test = locate(text2path("/area/shuttle/escape_pod[i]/station"))
|
||||
if (area_in_map(pod_test))
|
||||
if (is_area_in_map(pod_test))
|
||||
escape_pods[i] = "station"
|
||||
|
||||
|
||||
datum/emergency_shuttle/proc/incall(coeff = 1)
|
||||
if(shutdown)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user