Merge pull request #1153 from Citadel-Station-13/upstream-merge-27570

[MIRROR] fixes comment grammar
This commit is contained in:
LetterJay
2017-05-24 08:32:56 -05:00
committed by GitHub

View File

@@ -9,14 +9,14 @@
var/allowAtomsOnSpace = FALSE
//Syncs the module up with it's mother
//Syncs the module up with its mother
/datum/mapGeneratorModule/proc/sync(datum/mapGenerator/mum)
mother = null
if(mum)
mother = mum
//Generates it's spawnable atoms and turfs
//Generates its spawnable atoms and turfs
/datum/mapGeneratorModule/proc/generate()
if(!mother)
return
@@ -143,4 +143,4 @@
/datum/mapGeneratorModule/denseLayer
clusterCheckFlags = CLUSTER_CHECK_NONE
spawnableAtoms = list(/atom = 75)
spawnableTurfs = list(/turf = 75)
spawnableTurfs = list(/turf = 75)