mirror of
https://github.com/1dot13/gamedir.git
synced 2026-07-29 13:52:22 +02:00
o Later, we should disable the food system in the start new game screen for the "Data" folder, like it was done for New Inventory. Then we can delete this minimal Food.xml file - Added missing INI food properties for the "Data\Ja2_Options.INI" file git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1472 4f8fa57e-7814-0410-bad4-adc449f26b7c
12 lines
262 B
XML
12 lines
262 B
XML
<FOODSLIST>
|
|
<FOOD>
|
|
<uiIndex>0</uiIndex>
|
|
<szName>None</szName>
|
|
<bFoodPoints>0</bFoodPoints>
|
|
<bDrinkPoints>0</bDrinkPoints>
|
|
<ubPortionSize>0</ubPortionSize>
|
|
<bMoraleMod>0</bMoraleMod>
|
|
<usDecayRate>0</usDecayRate>
|
|
</FOOD>
|
|
</FOODSLIST>
|