home · contact · privacy
Server, plugin: Refactor play_move plugin hooking, fix minor bugs.
[plomrogue] / server / config / commands.py
index 96c31cc40d5dc2f4ba56d1e684567610f344492d..49fa6133aa7d91aad532ed109dfed45c0836ee26 100644 (file)
@@ -66,3 +66,6 @@ commands_db = {
     "ai": (0, False, command_ai)
 }
 # TODO: Unhandled cases: (Un-)killing animates (esp. player!) with T_LIFEPOINTS.
+
+command_worldactive_test_hook = lambda: True
+play_move_attempt_hook = lambda x, y, z: False