m97j commited on
Commit
653b3c3
·
1 Parent(s): 2249ab6

add flags.json

Browse files
Files changed (1) hide show
  1. flags.json +11 -0
flags.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ALL_FLAGS": [
3
+ "give_item",
4
+ "give_hint",
5
+ "quest_stage_change",
6
+ "change_game_state",
7
+ "change_player_state",
8
+ "npc_action",
9
+ "unlock_hidden_path"
10
+ ]
11
+ }