From d9658cfc11c532e8e322ed4d8d9d60003d7eecf9 Mon Sep 17 00:00:00 2001 From: Dave Garnar Date: Sat, 22 Jun 2024 11:23:48 +0100 Subject: [PATCH] fixing ogre --- CHANGELOG.md | 4 ++++ src/roles.json | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index add1d838..f82b2503 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 11a4fe0a..9618fc92 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." } ]