]> 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 5d383ac4f45cbcbd14b4cd9a39dba11c44b9adfd..2cb1f0c04e6e099bf2e18e9cfed95bbd97dfe804 100644 (file)
@@ -21,15 +21,15 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>
 //-->
-<contract-list>
+<contract-type-list>
        <!-- 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" />
@@ -37,4 +37,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                        <slot type="creditor" must-have="false" />
                </slots>
        </contract-type>
+       <!-- @TODO Add more contract types. //-->
 </contract-type-list>