]> git.deb.at Git - rhonda/theotherroles.git/commitdiff
Version 3.4.2
authordwd0tcom <info@dominikwierl.com>
Wed, 26 Jan 2022 19:45:20 +0000 (20:45 +0100)
committerdwd0tcom <info@dominikwierl.com>
Wed, 26 Jan 2022 19:45:20 +0000 (20:45 +0100)
TheOtherRoles/CustomOptionHolder.cs
TheOtherRoles/Main.cs
TheOtherRoles/TheOtherRoles.csproj

index 1089c27e04c774c28e1477744b5dbf06184a561f..c8491fce6f124c4098d84516da7097e15a66be05 100644 (file)
@@ -332,7 +332,7 @@ namespace TheOtherRoles {
 
             jesterSpawnRate = CustomOption.Create(60, cs(Jester.color, "Jester"), rates, null, true);
             jesterCanCallEmergency = CustomOption.Create(61, "Jester Can Call Emergency Meeting", true, jesterSpawnRate);
-            jesterCanCallEmergency = CustomOption.Create(62, "Jester Has Impostor Vision", false, jesterSpawnRate);
+            jesterHasImpostorVision = CustomOption.Create(62, "Jester Has Impostor Vision", false, jesterSpawnRate);
 
             arsonistSpawnRate = CustomOption.Create(290, cs(Arsonist.color, "Arsonist"), rates, null, true);
             arsonistCooldown = CustomOption.Create(291, "Arsonist Cooldown", 12.5f, 2.5f, 60f, 2.5f, arsonistSpawnRate);
index f312ba71156a7bbe4ac88d89cd9ac1be7fbbd159..25aa98468adb3a5339aed04553855f33906ef73f 100644 (file)
@@ -21,7 +21,7 @@ namespace TheOtherRoles
     public class TheOtherRolesPlugin : BasePlugin
     {
         public const string Id = "me.eisbison.theotherroles";
-        public const string VersionString = "3.4.1";
+        public const string VersionString = "3.4.2";
 
         public static System.Version Version = System.Version.Parse(VersionString);
         internal static BepInEx.Logging.ManualLogSource Logger;
index a7c3121d99eabd972e72ff2dc7fe96e3efd59d07..53c802003aa20dfcf178cfe926db319096bbf1af 100644 (file)
@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
     <PropertyGroup>
         <TargetFramework>netstandard2.1</TargetFramework>
-        <Version>3.4.1</Version>
+        <Version>3.4.2</Version>
         <Description>TheOtherRoles</Description>
         <Authors>Eisbison</Authors>
     </PropertyGroup>