]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/game/types/contract_types.xml
Basic fuel and tank templates added, typos fixed
[shipsimu.git] / application / ship-simu / templates / de / game / types / contract_types.xml
index dc8513694bf8114197c53e73583ca882e51ec492..2cb1f0c04e6e099bf2e18e9cfed95bbd97dfe804 100644 (file)
@@ -25,11 +25,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
        <!-- A construction contract, possible signers: Construction company, customer, creditor //-->
        <contract-type type="construction_contract" max-signers="3">
                <!-- All valid signer types for this contract //-->
-               <signer-types extends="signer_types">
+               <signer-type-list extends="signer_types">
                        <signer-type type="player" slot="all" max="3" />
                        <signer-type type="moneybank" slot="creditor" max="1" />
                        <signer-type type="construction_company" slot="construction_company" max="1" />
-               </signer-types>
+               </signer-type-list>
                <!-- And the corresponding slot types //-->
                <slots>
                        <slot type="construction_company" must-have="true" />