From b76a5d384aa826c93ebb0a6e775b7351b22508e4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 26 May 2014 02:30:21 -0400 Subject: need to pass options through here too for the boss list, for instance --- lib/Games/SMTNocturne/Demons.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Games/SMTNocturne/Demons.pm') diff --git a/lib/Games/SMTNocturne/Demons.pm b/lib/Games/SMTNocturne/Demons.pm index c4b5703..6b3c543 100644 --- a/lib/Games/SMTNocturne/Demons.pm +++ b/lib/Games/SMTNocturne/Demons.pm @@ -84,7 +84,7 @@ sub fusions_for { next if defined $options->{max_level} && $options->{max_level} < $demon2->level; push @fusions, [ $demon1, $demon2 ] - if (fuse($demon1, $demon2) || '') eq $demon; + if (fuse($demon1, $demon2, $options) || '') eq $demon; } } } -- cgit v1.2.3