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