From a6b29a0d67b261c52b79033c1f140502b27cf428 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 26 May 2014 13:27:53 -0400 Subject: pass options through everywhere --- bin/smt_fusion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/smt_fusion') diff --git a/bin/smt_fusion b/bin/smt_fusion index dca7901..292c807 100644 --- a/bin/smt_fusion +++ b/bin/smt_fusion @@ -157,8 +157,8 @@ sub _check_fusion { my $new_current = { %$current }; my $new_fusion = Games::SMTNocturne::Demons::Fusion->new( - $demon1, $demon2, $options, + $demon1, $demon2, ($sacrifice ? ($sacrifice) : ()), -- cgit v1.2.3-54-g00ecf