# HG changeset patch # User KarstenBock@gmx.net # Date 1321715576 -3600 # Node ID 9c82ed72dc9dbdb20c2c9a3dca6a303ca465f5c0 # Parent ee2d6835d87ae9f81ea4200ba4fa19c37eb8b479 Added "None" to the action dict which calls an "no-op" action. diff -r ee2d6835d87a -r 9c82ed72dc9d entities/action.py --- a/entities/action.py Sat Nov 19 16:00:32 2011 +0100 +++ b/entities/action.py Sat Nov 19 16:12:56 2011 +0100 @@ -600,4 +600,5 @@ "BrewBeer":BrewBeerAction, "ExamineContents": ExamineContentsAction, "RunScript": RunScriptAction, + "None": Action, }