#Fix 150 - Message

This commit is contained in:
sladecraven 2022-11-27 16:14:29 +01:00
parent 11270eb450
commit b5f196f942
2 changed files with 4 additions and 28 deletions

View File

@ -239,10 +239,10 @@
{{/if}}
{{#if (eq step "character-end")}}
<div>Choose Starting Gear, Worst Fear, Desires, Catchphrase & Catchphrase Trigger
and fill in the empty fields in the Bio Tab.<br>
Automated character creation is over.
</div>
<div>
Choose Starting Gear, Worst Fear, Desires, Catchphrase & Catchphrase Trigger and fill in the empty fields in the Bio Tab. Lastly, make sure any UPGRADED (Level 2+) Perks and Perk Effects have been updated according to the rules. <br>
Games Masters May have to create new Effects and attach to the Perk Items in some cases.
</div>
{{/if}}

View File

@ -1,24 +0,0 @@
{{#if (eq traumaState "none")}}
<div class="flexrow">
<span class="roll-dialog-label" >Bonus Dice : </span>
<select class="roll-dialog-label" id="bonusDicesLevel" type="text" name="bonusDicesLevel" value="{{bonusDicesLevel}}" data-dtype="Number">
{{#select bonusDicesLevel}}
{{{optionsDiceList}}}
{{/select}}
</select>
<span class="small-label">&nbsp;</span>
</div>
{{/if}}
{{#if isInit}}
{{else}}
<div class="flexrow">
<span class="roll-dialog-label" >Hindrance Dice :</span>
<select class="roll-dialog-label" id="hindranceDicesLevel" type="text" name="hindranceDicesLevel" value="{{hindranceDicesLevel}}" data-dtype="Number">
{{#select hindranceDicesLevel}}
{{{optionsDiceList}}}
{{/select}}
</select>
<span class="small-label">&nbsp;</span>
</div>
{{/if}}