summaryrefslogtreecommitdiffstats
path: root/lib/Games/SMTNocturne/Demons.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Games/SMTNocturne/Demons.pm')
-rw-r--r--lib/Games/SMTNocturne/Demons.pm2
1 files changed, 1 insertions, 1 deletions
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;
}
}
}