Removes unsimulated turfs.

Moves shuttle turfs to paths under /turf/simulated/floor and /turf/simulated/wall
Players can now safely build on top of shuttle turfs
Fixes #1711
Adds several but not all paths for the different types of floor turfs, most of them in plasteel_floor.dm
The turf pathings are still in need of a deeper organization, but this is at least a start
This commit is contained in:
Aranclanos
2015-06-01 23:24:18 -03:00
parent 5e22333baa
commit e7c0d7e95c
31 changed files with 1392 additions and 1444 deletions
-2
View File
@@ -302,8 +302,6 @@
for(var/i=1, i<=L0.len, ++i)
var/turf/T0 = L0[i]
if(!istype(T0, /turf/simulated/shuttle)) //only move shuttle turfs!
continue
var/turf/T1 = L1[i]
if(!T1)