summaryrefslogtreecommitdiffstats
path: root/lib/Games/SMTNocturne/Demons
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-05-26 10:33:04 -0400
committerJesse Luehrs <doy@tozt.net>2014-05-26 10:33:04 -0400
commite27bf43679a0b49a060ed8084f1f09722fdc08a3 (patch)
treedb22c342f3731f791506fe53b1f0b87e28d2d502 /lib/Games/SMTNocturne/Demons
parent97b7df9631adf914eaf11212768a1ce32cb12b16 (diff)
downloadgames-smtnocturne-demons-e27bf43679a0b49a060ed8084f1f09722fdc08a3.tar.gz
games-smtnocturne-demons-e27bf43679a0b49a060ed8084f1f09722fdc08a3.zip
no reason to split up kagatsuchi phases like this
Diffstat (limited to 'lib/Games/SMTNocturne/Demons')
-rw-r--r--lib/Games/SMTNocturne/Demons/Fusion.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Games/SMTNocturne/Demons/Fusion.pm b/lib/Games/SMTNocturne/Demons/Fusion.pm
index 77a50bf..fc84594 100644
--- a/lib/Games/SMTNocturne/Demons/Fusion.pm
+++ b/lib/Games/SMTNocturne/Demons/Fusion.pm
@@ -68,7 +68,8 @@ sub to_string {
if $self->sacrifice;
$str .= " while sacrificing a deathstone"
if $self->deathstone;
- $str .= " when Kagutsuchi is at phase " . $self->kagatsuchi . "/8"
+ $str .= " when Kagutsuchi is at phase "
+ . join(", ", map { "$_/8" } @{ $self->kagatsuchi })
if defined $self->kagatsuchi;
return $str;