diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e42bbd..31794f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Version 2.15.0 - clean up transparent portions of icons +- add Magician to list of available characters --- diff --git a/src/assets/icons/magician.png b/src/assets/icons/magician.png new file mode 100644 index 0000000..82b3814 Binary files /dev/null and b/src/assets/icons/magician.png differ diff --git a/src/roles.json b/src/roles.json index 8298377..725f610 100644 --- a/src/roles.json +++ b/src/roles.json @@ -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",