Read Obituaries and consumption of news paper.

fixed #659
This commit is contained in:
[VB]AWOL
2013-11-19 10:31:10 -06:00
parent 9e25944694
commit e550634650
2 changed files with 10 additions and 1 deletions

View File

@@ -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
{