update event metadata for quests

This commit is contained in:
Martin Michelsen
2024-03-03 23:22:40 -08:00
parent 7cd5aa1c2d
commit 6ae08e9b05
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"AvailableIf": "V_NumPlayers <= 2",
"AvailableIf": "V_NumPlayers <= 2 && V_Event == 9",
}
+3
View File
@@ -0,0 +1,3 @@
{
"AvailableIf": "V_Event == 8",
}