home · contact · privacy
Server: Make thingproliferation function selectable.
[plomrogue] / server / config / misc.py
index 5a3ce2118ebfc4f7f95a3571ad0f99137569e3de..89af76f80d2cff71f177ce0b6d9e0613ccf81cd1 100644 (file)
@@ -3,5 +3,7 @@
 # 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
 
 make_map_func = make_map
+thingproliferation_func = thingproliferation