mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
@@ -348,6 +348,14 @@ class CfgMagazines {
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_deaths_ca.paa";
|
||||
descriptionShort = "Torn Newspaper - ""The recent obituaries are stil legible...""";
|
||||
weight = 0.1;
|
||||
class ItemActions
|
||||
{
|
||||
class Obituaries
|
||||
{
|
||||
text = "Read Obituaries"; // TODO: localize
|
||||
script = ";player removeMagazine _id;spawn player_deathBoard;";
|
||||
};
|
||||
};
|
||||
};
|
||||
class ItemDocumentRamp: CA_Magazine
|
||||
{
|
||||
|
||||
@@ -108,7 +108,8 @@ if (!isDedicated) then {
|
||||
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_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";
|
||||
|
||||
//ui
|
||||
|
||||
Reference in New Issue
Block a user