Added initial levels for each fuel tank (not full capacity).
This commit is contained in:
parent
4b07041d15
commit
f2728ece69
2 changed files with 12 additions and 4 deletions
|
@ -34,8 +34,12 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
|
||||
<consumables>
|
||||
<fuel>
|
||||
<tank n="0">28</tank>
|
||||
<tank n="1">28</tank>
|
||||
<tank n="0">
|
||||
<level-gal_us>20</level-gal_us>
|
||||
</tank>
|
||||
<tank n="1">
|
||||
<level-gal_us>20</level-gal_us>
|
||||
</tank>
|
||||
</fuel>
|
||||
</consumables>
|
||||
|
||||
|
|
|
@ -34,8 +34,12 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
|
||||
<consumables>
|
||||
<fuel>
|
||||
<tank n="0">28</tank>
|
||||
<tank n="1">28</tank>
|
||||
<tank n="0">
|
||||
<level-gal_us>40</level-gal_us>
|
||||
</tank>
|
||||
<tank n="1">
|
||||
<level-gal_us>40</level-gal_us>
|
||||
</tank>
|
||||
</fuel>
|
||||
</consumables>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue