TG: Adds the framework for randomlly loading an additional external z-level at

server start.  Loading during the game should also be possible.
Fixes assorted bugs
Revision: r3559
Author: 	 VivianFoxfoot
This commit is contained in:
Erthilo
2012-05-10 02:12:12 +01:00
parent 3435a47a7c
commit b86f71dc71
16 changed files with 1566 additions and 6 deletions
+2
View File
@@ -100,6 +100,7 @@
var/turf/destturf
var/turf/curturf = get_turf(teleatom)
var/area/destarea = get_area(destination)
if(precision)
var/list/posturfs = circlerangeturfs(destination,precision)
destturf = safepick(posturfs)
@@ -125,6 +126,7 @@
// Re-Apply lum
teleatom.sd_SetLuminosity(prevlum)
destarea.Entered(teleatom)
return 1