From c4b49f49450e9de62f65ed3756ecb0bb509e4b5c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 25 May 2014 10:21:21 -0400 Subject: normal fusions should only result in normal fusion types --- lib/Games/SMTNocturne/Demons.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Games/SMTNocturne/Demons.pm') diff --git a/lib/Games/SMTNocturne/Demons.pm b/lib/Games/SMTNocturne/Demons.pm index 0cc20c8..e1e482d 100644 --- a/lib/Games/SMTNocturne/Demons.pm +++ b/lib/Games/SMTNocturne/Demons.pm @@ -94,8 +94,8 @@ sub _normal_fusion { my $new_level = ($demon1->level + $demon2->level) / 2 + 1; - return Games::SMTNocturne::Demons::Demon->from_type_and_level( - $new_type, $new_level + return Games::SMTNocturne::Demons::Demon->from_fusion_stats( + $new_type, $new_level, 'normal' ); } -- cgit v1.2.3