Compare commits

..

No commits in common. "1c52b232c03a8ea31d771028aad8d6a001b0784f" and "723974b3d323e07d564a288598f659e7bb14535a" have entirely different histories.

3 changed files with 31 additions and 12149 deletions

View File

@ -11,10 +11,6 @@ jobs:
- name: Checkout 🛎️ - name: Checkout 🛎️
uses: actions/checkout@v2 uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install and Build 🔧 - name: Install and Build 🔧
run: | run: |
npm ci npm ci

12166
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -132,5 +132,15 @@
"name": "Storm Catcher", "name": "Storm Catcher",
"team": "fabled", "team": "fabled",
"ability": "Name a good character. If in play, they can only die by execution, but evil players learn which player it is." "ability": "Name a good character. If in play, they can only die by execution, but evil players learn which player it is."
},
{
"id": "deusexfiasco",
"firstNightReminder": "",
"otherNightReminder": "",
"reminders": ["Whoops"],
"setup": false,
"name": "Deus ex Fiasco",
"team": "fabled",
"ability": "Once per game, the Storyteller will make a \"mistake\", correct it and publicly admit to it."
} }
] ]