diff --git a/CHANGELOG.md b/CHANGELOG.md index e62792b..70a04bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ### Version 2.12.0 - tweak reference sheet to better fit screen in single column layout - add warning icon overlay for setup roles on character assignment modal -- added Heretic and Marionette plus King and Choirboy to list of available characters +- added Heretic and Marionette plus King/Choirboy and the Gangster to list of available characters --- diff --git a/src/assets/icons/gangster.png b/src/assets/icons/gangster.png new file mode 100644 index 0000000..1097512 Binary files /dev/null and b/src/assets/icons/gangster.png differ diff --git a/src/roles.json b/src/roles.json index 04383cf..471c8ca 100644 --- a/src/roles.json +++ b/src/roles.json @@ -1484,6 +1484,19 @@ "Good player executed"], "setup": false, "ability": "If more than 1 good player is executed, you win. All players know you are in play. After day 5, evil wins." + }, + { + "id": "gangster", + "name": "Gangster", + "edition": "", + "team": "traveler", + "firstNight": 0, + "firstNightReminder": "", + "otherNight": 0, + "otherNightReminder": "", + "reminders": [], + "setup": false, + "ability": "Once per day, you may choose to kill a living neighbour, if your other living neighbour agrees." } ]