X-Git-Url: https://plomlompom.com/repos/?p=plomrogue;a=blobdiff_plain;f=server%2Fconfig%2Fcommands.py;h=49fa6133aa7d91aad532ed109dfed45c0836ee26;hp=76380a1061b7026b99db924f89ce43fefa6a1698;hb=428f55c523a2995e6c4e80d4b4f7c8726202a5b4;hpb=96ae4658e929cddfb36549484c532674a2867f0e diff --git a/server/config/commands.py b/server/config/commands.py index 76380a1..49fa613 100644 --- a/server/config/commands.py +++ b/server/config/commands.py @@ -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