common/tools/brag/raptorToBRAG.pl
changeset 753 5069de517698
parent 752 1f07674ec99f
child 807 194ddb729c09
--- a/common/tools/brag/raptorToBRAG.pl	Tue Nov 10 16:52:27 2009 +0000
+++ b/common/tools/brag/raptorToBRAG.pl	Wed Nov 11 13:22:02 2009 +0000
@@ -97,8 +97,7 @@
 
 	# Now create the failure itself, and add it to this failure set
 	my $failureItem = bless {
-#		href => "",
-		Kids => [ bless { Text => $failure->{subcategory} }, "Characters" ]
+		Kids => [ bless { Kids => [ bless { Text => $failure->{subcategory} }, "Characters" ]}, "effect" ],
 	}, "failure";
 	if ($failure->{component})
 	{