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