summaryrefslogtreecommitdiffstats
path: root/lib/Games/SMTNocturne/Demons.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-06-16 22:31:56 -0400
committerJesse Luehrs <doy@tozt.net>2014-06-16 22:33:32 -0400
commit421bc2088f8309b85441128658dc25ebbc76e0b3 (patch)
treef5fb566c6671caa55c261780ebb04c2eaad38a5e /lib/Games/SMTNocturne/Demons.pm
parentd7bd5eb79c560ea3f26370c14f98024ca95b4885 (diff)
downloadgames-smtnocturne-demons-421bc2088f8309b85441128658dc25ebbc76e0b3.tar.gz
games-smtnocturne-demons-421bc2088f8309b85441128658dc25ebbc76e0b3.zip
spell this properly
Diffstat (limited to 'lib/Games/SMTNocturne/Demons.pm')
-rw-r--r--lib/Games/SMTNocturne/Demons.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Games/SMTNocturne/Demons.pm b/lib/Games/SMTNocturne/Demons.pm
index 6f6030c..2725c8c 100644
--- a/lib/Games/SMTNocturne/Demons.pm
+++ b/lib/Games/SMTNocturne/Demons.pm
@@ -193,8 +193,8 @@ sub fusions_for {
push @$_, '<deathstone>' for @special_fusions;
}
- if ($special->{kagatsuchi}) {
- push @$_, $special->{kagatsuchi} for @special_fusions;
+ if ($special->{kagutsuchi}) {
+ push @$_, $special->{kagutsuchi} for @special_fusions;
}
}