From: bavari Date: Mon, 20 Dec 2021 22:03:55 +0000 (+0100) Subject: Merge branch 'main' into v-3-3-3 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=e10c1201961cb99e3640856f205c11a9f615f174;p=rhonda%2Ftheotherroles.git Merge branch 'main' into v-3-3-3 --- e10c1201961cb99e3640856f205c11a9f615f174 diff --cc README.md index cc27277,54f6936..7061973 --- a/README.md +++ b/README.md @@@ -92,13 -91,6 +92,13 @@@ The [Role Assignment](#role-assignment
Click to show the Changelog +**Version 3.3.3** +- Fixed a bug where a guessed Guesser could guess +- Fixed a bug where buttons were visible during the meeting +- Removed Hacker vitals for Skeld & dlekS +- Changed the Guesser option "Other Guesser Spawn Rate" to "Both Guesser Spawn Rate" (now only take effect when the chance for the first guesser was successful) +- Changed Hacker vitals to doorlog for MIRA HQ - ++ **Version 3.3.2** - Fixed a bug where you can't create a lobby on Among Us 2021.12.15 diff --cc TheOtherRoles/Main.cs index bf0f5f0,8db5cf6..175186d --- a/TheOtherRoles/Main.cs +++ b/TheOtherRoles/Main.cs @@@ -21,7 -21,7 +21,9 @@@ namespace TheOtherRole public class TheOtherRolesPlugin : BasePlugin { public const string Id = "me.eisbison.theotherroles"; - public const string VersionString = "3.3.2"; ++ + public const string VersionString = "3.3.3"; ++ public static System.Version Version = System.Version.Parse(VersionString); internal static BepInEx.Logging.ManualLogSource Logger;