From 822f8253b5bef5414063371f8ea3f559f59d9f65 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 12 May 2014 10:58:18 +0200 Subject: [PATCH] Heath Robinson, I presume --- naja/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/naja/actions.py b/naja/actions.py index 9e3e5c3..5a3e6e4 100644 --- a/naja/actions.py +++ b/naja/actions.py @@ -40,7 +40,7 @@ class DoNothing(LocationAction): 'action_class': 'DoNothing'} -class LoseHeathOrMSB(LocationAction): +class LoseHealthOrMSB(LocationAction): TEXT = "Lose health. If MSB is set, it will be cleared instead." def perform_action(self, board, location): -- 2.34.1