The official Mothership character sheet has a typo in the code where the equipment field displays the description data. <div class="ms-npcdescription"> <h3 data-i18n="description"></h3> <textarea class="ms-npcdescription__description" data-i18n-placeholder="Enter the NPC's description here." name="attr_description"></textarea> </div> <div class="ms-npcequipment"> <h3 data-i18n="equipment"></h3> <textarea class="ms-npcequipment__equipment" data-i18n-placeholder="Enter the NPC's equipment here." name="attr_description"></textarea> </div> What does it take to get this fixed? I tried fixing it myself, bit when added as a custom sheet, the layout is off.