home · contact · privacy
Server, plugin: Refactor actor_use plugin hooking.
[plomrogue] / server / config / actions.py
index 5af2d75eb722a50c74ec9df7fa969a81026e9404..0d6a3a95f9eedf1f0cdd4d3dcc49e74c6edad483 100644 (file)
@@ -15,3 +15,4 @@ action_db = {
     "actor_use": actor_use
 }
 actor_pickup_test_hook = lambda x, y: True
+actor_use_attempts_hook = lambda x, y: None