Finish syndicate template, other finishes

This commit is contained in:
Tigercat2000
2015-05-23 16:50:33 -07:00
parent 28e952dc8c
commit 78b13ba338
6 changed files with 75 additions and 42 deletions
+3 -1
View File
@@ -181,7 +181,9 @@
if(AREA_BUILDMODE)
var/list/gen_paths = typesof(/datum/mapGenerator) - /datum/mapGenerator
var/type = input(usr,"Select Generator Type","Type") in gen_paths
var/type = input(usr,"Select Generator Type","Type") as null|anything in gen_paths
if(!type) return
master.generator_path = type
return 1