summaryrefslogtreecommitdiffstats
path: root/bin/smt
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-05-31 22:41:09 -0400
committerJesse Luehrs <doy@tozt.net>2014-05-31 22:41:09 -0400
commit19ec3294fabdb7458acb05bed8a9eb95963ca215 (patch)
tree27b1eb6a70604d10984b8bdc1091f01e3902de14 /bin/smt
parent4c3664ad0edafb0efee1400f4d33b65ba4c0117c (diff)
downloadgames-smtnocturne-demons-19ec3294fabdb7458acb05bed8a9eb95963ca215.tar.gz
games-smtnocturne-demons-19ec3294fabdb7458acb05bed8a9eb95963ca215.zip
this always needs to be an arrayref
Diffstat (limited to 'bin/smt')
-rw-r--r--bin/smt2
1 files changed, 1 insertions, 1 deletions
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'
- ? ('<deathstone>', $phase)
+ ? ('<deathstone>', [$phase])
: ()),
);
if (my $old_fusion = $new_current->{$fused->name}) {