Threat mechanics.

This commit is contained in:
marcins78@gmail.com
2011-10-25 13:50:18 +00:00
parent 8af15c5d16
commit aec8273450

View File

@@ -32,5 +32,7 @@ public class RuleSet {
new WinConditionRule(_actionsEnvironment).applyRule();
new FrodoAndSamRule(_modifiersLogic).applyRule();
new ThreatRule(_actionsEnvironment).applyRule();
}
}