mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
Compare commits
3 commits
723974b3d3
...
1c52b232c0
Author | SHA1 | Date | |
---|---|---|---|
|
1c52b232c0 | ||
|
55ea934304 | ||
|
d7e9647bf5 |
3 changed files with 12149 additions and 31 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -11,6 +11,10 @@ jobs:
|
|||
- name: Checkout 🛎️
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '14'
|
||||
|
||||
- name: Install and Build 🔧
|
||||
run: |
|
||||
npm ci
|
||||
|
|
12166
package-lock.json
generated
12166
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -132,15 +132,5 @@
|
|||
"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…
Add table
Reference in a new issue