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