mirror of https://github.com/bra1n/townsquare.git
Compare commits
3 Commits
723974b3d3
...
1c52b232c0
Author | SHA1 | Date |
---|---|---|
bra1n | 1c52b232c0 | |
bra1n | 55ea934304 | |
Steffen | d7e9647bf5 |
|
@ -11,6 +11,10 @@ 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
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -132,15 +132,5 @@
|
||||||
"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."
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue