Fix success/failure computation
All checks were successful
Release Creation / build (release) Successful in 1m0s
All checks were successful
Release Creation / build (release) Successful in 1m0s
This commit is contained in:
@@ -21,20 +21,19 @@
|
||||
|
||||
<li>{{localize "HELLBORN.Label.difficulty"}} : {{difficulty}}</li>
|
||||
|
||||
{{#if (gt nbAdvantages 0)}}
|
||||
<li>With Advantage !</li>
|
||||
{{/if}}
|
||||
{{#if (gt nbDisadvantages 0)}}
|
||||
<li>With Disadvantages ! </li>
|
||||
{{/if}}
|
||||
|
||||
<li>Results :
|
||||
{{#each results as |result|}}
|
||||
{{result.result}}
|
||||
{{/each}}
|
||||
</li>
|
||||
|
||||
{{#if (gt nbAdvantages 0)}}
|
||||
<li>Advantages : {{nbAdvantages}}, result {{advantageResult}}</li>
|
||||
{{/if}}
|
||||
{{#if (gt nbDisadvantages 0)}}
|
||||
<li>Disadvantages : {{nbDisadvantages}}, result {{disadvantageResult}}</li>
|
||||
{{/if}}
|
||||
|
||||
|
||||
{{#if isSuccess}}
|
||||
{{#if satanicSuccess}}
|
||||
<li class="result-satanic-success">
|
||||
|
||||
Reference in New Issue
Block a user