K 10 svn:author V 8 sveinung K 8 svn:date V 27 2013-09-19T12:36:12.830566Z K 7 svn:log V 597 Add hard requirements to the action enablers. Some actions have hard requirements that can be expressed as normal requirement vectors. Add those requirements to the enablers of the actions that require them while loading the enablers from the ruleset. The advantage of this design is that all the requirement vector data of an action live in the same place. This makes the code simpler. A disadvantage is that the hard requirements will be evaluated for each action enabler. If many action enablers for each action should become common this design choice should be reconsidered. See patch #4194 END