mirror of https://github.com/bra1n/townsquare.git
Abracadabra!
This commit is contained in:
parent
804b77546e
commit
4f4031dcc4
|
@ -4,6 +4,7 @@
|
|||
|
||||
### Version 2.15.0
|
||||
- clean up transparent portions of icons
|
||||
- add Magician to list of available characters
|
||||
|
||||
---
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 838 KiB |
|
@ -1304,6 +1304,19 @@
|
|||
"setup": false,
|
||||
"ability": "If you die at night, an alive good player becomes a Farmer."
|
||||
},
|
||||
{
|
||||
"id": "magician",
|
||||
"name": "Magician",
|
||||
"edition": "",
|
||||
"team": "townsfolk",
|
||||
"firstNight": 0,
|
||||
"firstNightReminder": "",
|
||||
"otherNight": 0,
|
||||
"otherNightReminder": "",
|
||||
"reminders": [],
|
||||
"setup": false,
|
||||
"ability": "The Demon thinks you are a Minion. Minions think you are a Demon."
|
||||
},
|
||||
{
|
||||
"id": "choirboy",
|
||||
"name": "Choirboy",
|
||||
|
|
Loading…
Reference in New Issue