This commit is contained in:
icomrade
2016-02-29 01:20:37 -05:00
parent 84eb6f815a
commit a47c3dc137
2 changed files with 4 additions and 5 deletions

View File

@@ -664,8 +664,7 @@ if (!isDedicated) then {
};
// recent murders menu code
call compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_murderMenu.sqf";
//This is still needed but the fsm should terminate if any errors pop up.
/*
[] spawn {
private["_timeOut","_display","_control1","_control2"];
disableSerialization;
@@ -714,7 +713,7 @@ if (!isDedicated) then {
endMission "END1";
};
};
*/
dayz_meleeMagazineCheck = {
//private["_meleeNum","_magType","_wpnType","_ismelee"];
_wpnType = primaryWeapon player;

View File

@@ -60,7 +60,7 @@ meatraw = [
"FoodGoatRaw",
"FishRawTrout",
"FishRawSeaBass",
"FishRawTuna"
"FishRawTuna",
"ItemTrout",
"ItemSeaBass",
"ItemTuna"
@@ -73,7 +73,7 @@ meatcooked = [
"FoodGoatCooked",
"FishCookedTrout",
"FishCookedSeaBass",
"FishCookedTuna"
"FishCookedTuna",
"FoodmuttonCooked",
"FoodchickenCooked",
"FoodrabbitCooked",