mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 09:35:30 +01:00
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:
@@ -28,7 +28,7 @@
|
||||
|
||||
//Grass turfs
|
||||
/datum/mapGeneratorModule/bottomLayer/grassTurfs
|
||||
spawnableTurfs = list(/turf/unsimulated/floor/grass = 100)
|
||||
spawnableTurfs = list(/turf/simulated/floor/fancy/grass = 100)
|
||||
|
||||
|
||||
//Grass tufts with a high spawn chance
|
||||
|
||||
Reference in New Issue
Block a user