Simulated to Unsimulated (#6410)

This commit is contained in:
Werner
2019-05-19 16:22:54 +02:00
committed by GitHub
parent 132825cdae
commit 6d8a94d408
55 changed files with 416 additions and 403 deletions
+8 -1
View File
@@ -223,4 +223,11 @@
return TRUE
/turf/simulated/open/AddTracks(var/list/DNA, var/comingdir, var/goingdir, var/bloodcolor="#A10808")
return
return
//Returns the roof type of the turf below
/turf/simulated/open/get_roof_type()
var/turf/t = GetBelow(src)
if(!t)
return null
return t.roof_type