X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=server%2Fconfig%2Fcommands.py;h=ec5583a353a871da18fc9babdfae1d523735bd26;hb=6a8352afec5e0b7b9adc315e1518569ff9a683d1;hp=96c31cc40d5dc2f4ba56d1e684567610f344492d;hpb=289eb1b62e2ae3cd1de5c815a670af7cf0b9660e;p=plomrogue diff --git a/server/config/commands.py b/server/config/commands.py index 96c31cc..ec5583a 100644 --- a/server/config/commands.py +++ b/server/config/commands.py @@ -66,3 +66,8 @@ 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 +play_use_attempt_hook = lambda x, y: None +play_pickup_attempt_hook = lambda x: True