home · contact · privacy
Server, plugin: Refactor actor_move plugin hooking.
[plomrogue] / server / config / actions.py
index 0d6a3a95f9eedf1f0cdd4d3dcc49e74c6edad483..e2aff197a3439268411b05f07bf6c0c0ababfda3 100644 (file)
@@ -16,3 +16,4 @@ action_db = {
 }
 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