fix reading death board with book

This commit is contained in:
[VB]AWOL
2013-11-24 18:44:50 -06:00
parent 17baf0f62b
commit 09ce285be5

View File

@@ -376,7 +376,8 @@ class CfgMagazines {
class Obituaries
{
text = "Read Obituaries"; // TODO: localize
script = ";player removeMagazine _id;spawn player_deathBoard;";
script = "spawn player_deathBoard;";
};
};
};