mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Wizard can no longer teleport to the Emergency, Supply, or Prison shuttles.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@479 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
|
||||
var/list/theareas = new/list()
|
||||
for(var/area/AR in world)
|
||||
if(istype(AR, /area/shuttle)) continue
|
||||
if(theareas.Find(AR.name)) continue
|
||||
var/turf/picked = pick(get_area_turfs(AR.type))
|
||||
if (picked.z == src.z)
|
||||
|
||||
Reference in New Issue
Block a user