Avoid prompting user to choose which replacement effect to apply first if all options are the same

This commit is contained in:
drdev
2015-04-06 20:11:53 +00:00
parent 70456827be
commit 14ca6da9cf
2 changed files with 9 additions and 3 deletions

View File

@@ -97,7 +97,6 @@ public class ReplacementHandler {
* @return true if the event was replaced.
*/
public ReplacementResult run(final HashMap<String, Object> runParams, final ReplacementLayer layer, final Player decider, final Game game) {
final List<ReplacementEffect> possibleReplacers = new ArrayList<ReplacementEffect>();
// Round up Non-static replacement effects ("Until EOT," or
// "The next time you would..." etc)