fixes comment grammar

This commit is contained in:
CitadelStationBot
2017-05-24 05:55:50 -05:00
parent e0ada1b4c6
commit d11da1221f

View File

@@ -9,14 +9,14 @@
var/allowAtomsOnSpace = FALSE 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) /datum/mapGeneratorModule/proc/sync(datum/mapGenerator/mum)
mother = null mother = null
if(mum) if(mum)
mother = mum mother = mum
//Generates it's spawnable atoms and turfs //Generates its spawnable atoms and turfs
/datum/mapGeneratorModule/proc/generate() /datum/mapGeneratorModule/proc/generate()
if(!mother) if(!mother)
return return