mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Simulated to Unsimulated (#6410)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user