This commit is contained in:
sladecraven 2022-09-27 13:40:57 +02:00
parent f4fc6279b0
commit 5346debdbb

View File

@ -560,6 +560,13 @@
<span class="generic-label small-label"><strong>Minimum Crew Required</strong></span>
<input type="text" class="input-numeric-short" name="system.crewmin" value="{{data.crewmin}}"
data-dtype="Number" />
{{#if isGM}}
<li class="item stat flexrow list-item">
<span class="generic-label">
Note: GM's must create a single NPC to act as all the NPC Crew, PCs can only have 1 character per player in the crew tab. If more are required, add the dice to the players Charcater Dice Pool Manually instead
</span>
</li>
{{/if}}
</li>
</ul>
</div>