From e27bf43679a0b49a060ed8084f1f09722fdc08a3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 26 May 2014 10:33:04 -0400 Subject: no reason to split up kagatsuchi phases like this --- lib/Games/SMTNocturne/Demons.pm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/Games/SMTNocturne/Demons.pm') diff --git a/lib/Games/SMTNocturne/Demons.pm b/lib/Games/SMTNocturne/Demons.pm index b09672b..30909ee 100644 --- a/lib/Games/SMTNocturne/Demons.pm +++ b/lib/Games/SMTNocturne/Demons.pm @@ -175,10 +175,7 @@ sub fusions_for { } if ($special->{kagatsuchi}) { - @special_fusions = map { - my $phase = $_; - map { [ @$_, $phase ] } @special_fusions - } @{ $special->{kagatsuchi} }; + push @$_, $special->{kagatsuchi} for @special_fusions; } } -- cgit v1.2.3-54-g00ecf