summaryrefslogtreecommitdiffstats
path: root/lib/Games/SMTNocturne/Demons/FusionChart.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Games/SMTNocturne/Demons/FusionChart.pm')
-rw-r--r--lib/Games/SMTNocturne/Demons/FusionChart.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Games/SMTNocturne/Demons/FusionChart.pm b/lib/Games/SMTNocturne/Demons/FusionChart.pm
index 6d2967c..45eb098 100644
--- a/lib/Games/SMTNocturne/Demons/FusionChart.pm
+++ b/lib/Games/SMTNocturne/Demons/FusionChart.pm
@@ -24,7 +24,7 @@ sub unfuse {
for my $type1 (keys %TYPES) {
for my $type2 (grep { $_ ge $type1 } keys %TYPES) {
push @combinations, [ $type1, $type2 ]
- if $TYPES{$type1}{$type2} eq $type;
+ if ($TYPES{$type1}{$type2} || '') eq $type;
}
}