From 6f73780caaba4db74f3e267bafaca20474df67de Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 16 Jun 2014 20:52:56 -0400 Subject: pretty sure this is just not allowed --- lib/Games/SMTNocturne/Demons.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/Games') diff --git a/lib/Games/SMTNocturne/Demons.pm b/lib/Games/SMTNocturne/Demons.pm index ef945e6..2d90a31 100644 --- a/lib/Games/SMTNocturne/Demons.pm +++ b/lib/Games/SMTNocturne/Demons.pm @@ -56,8 +56,7 @@ sub fuse { ); } elsif ($demon1->type eq 'Mitama' && $demon2->type eq 'Mitama') { - # XXX what does this do? - die "mitama fusion nyi"; + return; } elsif ($demon1->type eq 'Mitama' || $demon2->type eq 'Mitama') { return _mitama_fusion( -- cgit v1.2.3