]> git.deb.at Git - rhonda/theotherroles.git/commitdiff
Version 3.3.1
authordwd0tcom <info@dominikwierl.com>
Thu, 16 Dec 2021 19:54:29 +0000 (20:54 +0100)
committerdwd0tcom <info@dominikwierl.com>
Thu, 16 Dec 2021 19:54:29 +0000 (20:54 +0100)
README.md
TheOtherRoles/Main.cs
TheOtherRoles/TheOtherRoles.csproj

index 4d2ee2b4cd325a7172cf5737dd7bcbf45fa8908d..dec02583c633052ecd8da514bd305c5fb31fe28e 100644 (file)
--- 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
 <details>
   <summary>Click to show the Changelog</summary>
 
+**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
index b0ca0da1da86facacebd46161640b4407a510eb0..71ff9251a116138998a4c8fae55c37de018e599e 100644 (file)
@@ -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;
 
index bf6f4d3c1900b1380bcc844e4f8e1efde805b144..287c3b1a856d7222369bcc7f8eac7d783b4663a1 100644 (file)
@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
     <PropertyGroup>
         <TargetFramework>netstandard2.1</TargetFramework>
-        <Version>3.3.0</Version>
+        <Version>3.3.1</Version>
         <Description>TheOtherRoles</Description>
         <Authors>Eisbison</Authors>
     </PropertyGroup>