mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
fix reading death board with book
This commit is contained in:
@@ -376,7 +376,8 @@ class CfgMagazines {
|
|||||||
class Obituaries
|
class Obituaries
|
||||||
{
|
{
|
||||||
text = "Read Obituaries"; // TODO: localize
|
text = "Read Obituaries"; // TODO: localize
|
||||||
script = ";player removeMagazine _id;spawn player_deathBoard;";
|
script = "spawn player_deathBoard;";
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user