Fix #43
This commit is contained in:
parent
f4fc6279b0
commit
5346debdbb
@ -560,6 +560,13 @@
|
|||||||
<span class="generic-label small-label"><strong>Minimum Crew Required</strong></span>
|
<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}}"
|
<input type="text" class="input-numeric-short" name="system.crewmin" value="{{data.crewmin}}"
|
||||||
data-dtype="Number" />
|
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>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user