mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
@@ -348,6 +348,14 @@ class CfgMagazines {
|
|||||||
picture = "\z\addons\dayz_epoch\pictures\equip_deaths_ca.paa";
|
picture = "\z\addons\dayz_epoch\pictures\equip_deaths_ca.paa";
|
||||||
descriptionShort = "Torn Newspaper - ""The recent obituaries are stil legible...""";
|
descriptionShort = "Torn Newspaper - ""The recent obituaries are stil legible...""";
|
||||||
weight = 0.1;
|
weight = 0.1;
|
||||||
|
class ItemActions
|
||||||
|
{
|
||||||
|
class Obituaries
|
||||||
|
{
|
||||||
|
text = "Read Obituaries"; // TODO: localize
|
||||||
|
script = ";player removeMagazine _id;spawn player_deathBoard;";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
class ItemDocumentRamp: CA_Magazine
|
class ItemDocumentRamp: CA_Magazine
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -108,6 +108,7 @@ if (!isDedicated) then {
|
|||||||
player_sleep = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\player_sleep.sqf";
|
player_sleep = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\player_sleep.sqf";
|
||||||
//player_mineOre = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\player_mineOre.sqf";
|
//player_mineOre = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\player_mineOre.sqf";
|
||||||
player_antiWall = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_antiWall.sqf";
|
player_antiWall = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_antiWall.sqf";
|
||||||
|
player_deathBoard = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\list_playerDeaths.sqf";
|
||||||
|
|
||||||
player_upgradeVehicle = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_upgradeVehicle.sqf";
|
player_upgradeVehicle = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_upgradeVehicle.sqf";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user