home · contact · privacy
Server: Refactor thingproliferation plugin hooks.
[plomrogue] / server / thingproliferation_helpers.py
index f784340d43620aad3b0d831b031b56813956c6fc..df0231397c8c8715641027e11c6f18fd458f7c58 100644 (file)
@@ -8,9 +8,3 @@ from server.config.world_data import symbols_passable
 
 def field_spreadable(field_type, ignore):
     return field_type in symbols_passable
-
-def thingprol_plugin_conditions(ignore):
-    return True
-
-def thingprol_plugin_post_create_hook(ignore):
-    pass