home · contact · privacy
Server: Make make_world function selectable.
[plomrogue] / server / config / misc.py
index 5a3ce2118ebfc4f7f95a3571ad0f99137569e3de..8d0b6b0f411765e341cf55cde71fc7671c5cb143 100644 (file)
@@ -3,5 +3,9 @@
 # see the file NOTICE in the root directory of the PlomRogue source package.
 
 from server.make_map import make_map
+from server.thingproliferation import thingproliferation
+from server.make_world import make_world
 
 make_map_func = make_map
+thingproliferation_func = thingproliferation
+make_world_func = make_world