mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
- Added a minimal version of "Food.xml" for the "Data" folder, so the game can start
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
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user