X-Git-Url: https://plomlompom.com/repos/?p=plomrogue;a=blobdiff_plain;f=server%2Fconfig%2Fcommands.py;h=76380a1061b7026b99db924f89ce43fefa6a1698;hp=96c31cc40d5dc2f4ba56d1e684567610f344492d;hb=96ae4658e929cddfb36549484c532674a2867f0e;hpb=f8865085362ad23898ac4b6a00db3b915226d9d3 diff --git a/server/config/commands.py b/server/config/commands.py index 96c31cc..76380a1 100644 --- a/server/config/commands.py +++ b/server/config/commands.py @@ -66,3 +66,5 @@ commands_db = { "ai": (0, False, command_ai) } # TODO: Unhandled cases: (Un-)killing animates (esp. player!) with T_LIFEPOINTS. + +command_worldactive_test_hook = lambda: True