Removes usage of set background

This commit is contained in:
Jordan Brown
2018-01-09 10:21:36 -05:00
parent f741bc868a
commit e13f2eef2a
20 changed files with 0 additions and 37 deletions

View File

@@ -104,8 +104,6 @@
//Requests the mapGeneratorModule(s) to (re)generate
/datum/mapGenerator/proc/generate()
set background = 1 //this can get beefy
syncModules()
if(!modules || !modules.len)
return

View File

@@ -38,8 +38,6 @@
current_state = old_state.Copy()
/datum/mapGenerator/ca/generate()
set background = 1
//Abandon all hope for efficency all who enter here
//Maybe some less basic implemetation later, but this is just simple admin tool
initialize()