home · contact · privacy
Server, plugin: Refactor play_move plugin hooking, fix minor bugs.
[plomrogue] / server / config / commands.py
index 76380a1061b7026b99db924f89ce43fefa6a1698..49fa6133aa7d91aad532ed109dfed45c0836ee26 100644 (file)
@@ -68,3 +68,4 @@ commands_db = {
 # 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