Adds proper containers for some locates (#2080)
This commit is contained in:
committed by
kevinz000
parent
49100c5dca
commit
bfcb068f21
@@ -111,7 +111,7 @@ SUBSYSTEM_DEF(events)
|
||||
/area/crew_quarters/heads/chief)
|
||||
|
||||
//Need to locate() as it's just a list of paths.
|
||||
return locate(pick((GLOB.the_station_areas - safe_areas) + danger_areas))
|
||||
return locate(pick((GLOB.the_station_areas - safe_areas) + danger_areas)) in GLOB.sortedAreas
|
||||
|
||||
|
||||
//allows a client to trigger an event
|
||||
|
||||
Reference in New Issue
Block a user