From 19ec3294fabdb7458acb05bed8a9eb95963ca215 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 31 May 2014 22:41:09 -0400 Subject: this always needs to be an arrayref --- bin/smt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/smt') diff --git a/bin/smt b/bin/smt index 292c807..eb687ff 100644 --- a/bin/smt +++ b/bin/smt @@ -163,7 +163,7 @@ sub _check_fusion { ? ($sacrifice) : ()), ($fused->type eq 'Fiend' - ? ('', $phase) + ? ('', [$phase]) : ()), ); if (my $old_fusion = $new_current->{$fused->name}) { -- cgit v1.2.3