mirror of https://github.com/bra1n/townsquare.git
Compare commits
No commits in common. "1c52b232c03a8ea31d771028aad8d6a001b0784f" and "723974b3d323e07d564a288598f659e7bb14535a" have entirely different histories.
1c52b232c0
...
723974b3d3
|
@ -11,10 +11,6 @@ jobs:
|
|||
- name: Checkout 🛎️
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '14'
|
||||
|
||||
- name: Install and Build 🔧
|
||||
run: |
|
||||
npm ci
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -132,5 +132,15 @@
|
|||
"name": "Storm Catcher",
|
||||
"team": "fabled",
|
||||
"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."
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue