Skip to content

Commit

Permalink
Merge pull request CleverRaven#49636 from anothersimulacrum/qfixes
Browse files Browse the repository at this point in the history
Fix some JSON errors
  • Loading branch information
ZhilkinSerg authored Jul 6, 2021
2 parents 649cfe4 + c8344ea commit 6419e56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions data/json/flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"type": "json_flag",
"context": [ ]
},
{
"id": "ALLOWS_TALONS",
"type": "json_flag",
"context": [ ]
},
{
"id": "ALARMCLOCK",
"type": "json_flag",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"proficiencies": [ { "proficiency": "prof_handloading" } ],
"tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ],
"qualities": [ { "id": "CUT", "level": 1 } ],
"proficiencies": [ { "proficiency": "prof_handloading" } ],
"components": [
[ [ "sheet_metal_small", 1 ] ],
[ [ "paper", 1 ], [ "wax", 1 ] ],
Expand Down

0 comments on commit 6419e56

Please sign in to comment.