changeset 163:9c82ed72dc9d

Added "None" to the action dict which calls an "no-op" action.
author KarstenBock@gmx.net
date Sat, 19 Nov 2011 16:12:56 +0100
parents ee2d6835d87a
children ed24962cdf5e
files entities/action.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,
            }