X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=server%2Fthingproliferation_helpers.py;h=df0231397c8c8715641027e11c6f18fd458f7c58;hb=1a424fe732e404f79b5e67243af46291d192134b;hp=f784340d43620aad3b0d831b031b56813956c6fc;hpb=c94c0575b191d0162d8a1cbbbe4e59cca2e40324;p=plomrogue diff --git a/server/thingproliferation_helpers.py b/server/thingproliferation_helpers.py index f784340..df02313 100644 --- a/server/thingproliferation_helpers.py +++ b/server/thingproliferation_helpers.py @@ -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