Renames files under code/ with naughty characters

Like seriously, don't use spaces in file names, this is a codebase,
they're annoying. Hopefully Github will show these renames correctly.
This commit is contained in:
Jack Edge
2016-05-24 12:16:19 +01:00
parent e4755a8d4b
commit 7f49175967
72 changed files with 71 additions and 71 deletions
@@ -0,0 +1,15 @@
/datum/mapGeneratorModule/bottomLayer/shuttleFloor
spawnableTurfs = list(/turf/open/floor/plasteel/shuttle = 100)
/datum/mapGeneratorModule/border/shuttleWalls
spawnableAtoms = list()
spawnableTurfs = list(/turf/closed/wall/shuttle = 100)
// Generators
/datum/mapGenerator/shuttle/full
modules = list(/datum/mapGeneratorModule/bottomLayer/shuttleFloor, \
/datum/mapGeneratorModule/border/shuttleWalls,\
/datum/mapGeneratorModule/bottomLayer/repressurize)
/datum/mapGenerator/shuttle/floor
modules = list(/datum/mapGeneratorModule/bottomLayer/shuttleFloor)