From 956c8c2f595a77025af6f464bb5fdab1f9b712b3 Mon Sep 17 00:00:00 2001 From: dwd0tcom Date: Thu, 16 Dec 2021 20:54:29 +0100 Subject: [PATCH] Version 3.3.1 --- README.md | 11 +++++++---- TheOtherRoles/Main.cs | 2 +- TheOtherRoles/TheOtherRoles.csproj | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4d2ee2b..dec0258 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ The [Role Assignment](#role-assignment) sections explains how the roles are bein # Releases | Among Us - Version| Mod Version | Link | |----------|-------------|-----------------| +| 2021.12.14s| v3.3.1| [Download](https://github.com/Eisbison/TheOtherRoles/releases/download/v3.3.1/TheOtherRoles.zip) | 2021.12.14s| v3.3.0| [Download](https://github.com/Eisbison/TheOtherRoles/releases/download/v3.3.0/TheOtherRoles.zip) | 2021.11.9.5s| v3.2.4| [Download](https://github.com/Eisbison/TheOtherRoles/releases/download/v3.2.4/TheOtherRoles.zip) | 2021.11.9.5s| v3.2.3| [Download](https://github.com/Eisbison/TheOtherRoles/releases/download/v3.2.3/TheOtherRoles.zip) @@ -89,6 +90,9 @@ The [Role Assignment](#role-assignment) sections explains how the roles are bein
Click to show the Changelog +**Version 3.3.1** +- Fixed a bug where sometimes the Evil Guesser could not guess. Thanks @tomarai + **Version 3.3.0** - Update to Among Us version 2021.12.14s - Fixed a bug where the Pursuer won if the Pursuer was the last killed or voted player @@ -1055,7 +1059,6 @@ The Hacker can access his mobile gadgets (vitals & admin table), with a maximum - If the Morphling morphs or the Camouflager camouflages, the colors on the admin table change accordingly - More information about the [colors](#colors) - During the meetings you can see, whether a player wears a darker or a lighter color, represented by (D) or (L) in the names. -- The other guesser is just added to the ticket system with the selected spawn rate, independent of the settings above ### Game Options | Name | Description | @@ -1361,9 +1364,9 @@ The Lawyer can win in multiple ways: ## Pursuer ### **Team: Neutral** -The Pursuer is still a neutral role, but has a different goal to win the game; they have to be alive when the game ends (no matter who causes the win). -In order to achieve this goal, the Pursuer has an ability called "Blank", where they can fill a killers (this also includes the Sheriff) weapon with a blank. So, if the killer attempts to kill someone, the killer will miss their target, and their cooldowns will be triggered as usual. -If the killer fires the "Blank", shields (e.g. Medic shield or Time Master shield) will not be triggered. +The Pursuer is still a neutral role, but has a different goal to win the game: Them has to be alive, when the game ends (no matter who caused the win). +In order to achieve this goal, the Pursuer has the ability "Blank": Them can fill a killers (this also includes the Sheriff) weapon with a blank, so if the killer attempts to kill someone, the killer will miss the target and all cooldowns will be triggered as usual. +If the killer blanks, no shields (e.g. Medic shield or Time Master shield) will be triggered. The Pursuer has tasks (which can already be done while being a Lawyer), that count towards the task win for the Crewmates. If the Pursuer dies, their tasks won't be counted anymore. # Source code diff --git a/TheOtherRoles/Main.cs b/TheOtherRoles/Main.cs index b0ca0da..71ff925 100644 --- a/TheOtherRoles/Main.cs +++ b/TheOtherRoles/Main.cs @@ -21,7 +21,7 @@ namespace TheOtherRoles public class TheOtherRolesPlugin : BasePlugin { public const string Id = "me.eisbison.theotherroles"; - public const string VersionString = "3.3.0"; + public const string VersionString = "3.3.1"; public static System.Version Version = System.Version.Parse(VersionString); internal static BepInEx.Logging.ManualLogSource Logger; diff --git a/TheOtherRoles/TheOtherRoles.csproj b/TheOtherRoles/TheOtherRoles.csproj index bf6f4d3..287c3b1 100644 --- a/TheOtherRoles/TheOtherRoles.csproj +++ b/TheOtherRoles/TheOtherRoles.csproj @@ -1,7 +1,7 @@ netstandard2.1 - 3.3.0 + 3.3.1 TheOtherRoles Eisbison -- 2.39.5