diff --git a/CHANGELOG.md b/CHANGELOG.md index add1d8383..f82b25038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Release Notes +### Version 3.2.2 + +- Fixing bug in ogre definition in roles.json + ### Version 3.2.1 - Ading Ogre to avaialable roles diff --git a/src/roles.json b/src/roles.json index 11a4fe0a8..9618fc926 100644 --- a/src/roles.json +++ b/src/roles.json @@ -2271,6 +2271,7 @@ "firstNightReminder": "The Ogre points to a player (not themselves) and becomes their alignment.", "name": "Ogre", "team": "outsider", + "reminders": [], "ability": "On your 1st night, choose a player (not yourself): you become their alignment (you don't know which) even if drunk or poisoned." } ]