home · contact · privacy
Server, plugin: Refactor ai (plugin hooks).
[plomrogue] / server / config / actions.py
index 66be0e20d9370e17208131852a6b527bd32a4df5..7f3af9a1116b3364552d78a429b002eb147a3632 100644 (file)
@@ -12,6 +12,3 @@ action_db = {
     "actor_drop": actor_drop,
     "actor_use": actor_use
 }
-
-from server.ai import ai
-ai_func = ai