Skip to content

Commit 46d4fcc

Browse files
committed
Prepping for release
1 parent 78c3b2f commit 46d4fcc

File tree

7 files changed

+10
-4
lines changed

7 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.2.7
2+
- Made the pride heads into a config option.
3+
- Without the option active, pride heads will occur with a 15% chance, or a 100% chance during June.
14
# 1.2.6
25
- Made it possible for sound addons to actually work without manually shuffling files around (details in readme).
36
- Added a pestering blacklist, so you can make certain enemies impossible for ghosts to pester.

LethalCompanyTemplate/AudioManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public static void LoadClips()
112112
}
113113

114114
//If we can't, throw an error and move on to the next
115-
catch (Exception e)
115+
catch (Exception)
116116
{
117117
Poltergeist.LogError("An exception was encountered while loading audio!");
118118
continue;

LethalCompanyTemplate/Poltergeist.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class Poltergeist : BaseUnityPlugin
1313
//Plugin info
1414
public const string MOD_GUID = "coderCleric.Poltergeist";
1515
public const string MOD_NAME = "Poltergeist";
16-
public const string MOD_VERSION = "1.2.6";
16+
public const string MOD_VERSION = "1.2.7";
1717

1818
//Prefabs
1919
public static GameObject propInteractibleObject;

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Poltergeist",
3-
"version_number": "1.2.6",
3+
"version_number": "1.2.7",
44
"website_url": "https://github.com/coderCleric/Poltergeist",
55
"description": "Lets players freecam on death as a ghost and do various interactions.",
66
"dependencies": [ "BepInEx-BepInExPack-5.4.2100", "Rune580-LethalCompany_InputUtils-0.7.7", "Sigurd-CSync-5.0.1" ]
1 KB
Binary file not shown.

poltergeist_release/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.2.7
2+
- Made the pride heads into a config option.
3+
- Without the option active, pride heads will occur with a 15% chance, or a 100% chance during June.
14
# 1.2.6
25
- Made it possible for sound addons to actually work without manually shuffling files around (details in readme).
36
- Added a pestering blacklist, so you can make certain enemies impossible for ghosts to pester.

poltergeist_release/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Poltergeist",
3-
"version_number": "1.2.6",
3+
"version_number": "1.2.7",
44
"website_url": "https://github.com/coderCleric/Poltergeist",
55
"description": "Lets players freecam on death as a ghost and do various interactions.",
66
"dependencies": [ "BepInEx-BepInExPack-5.4.2100", "Rune580-LethalCompany_InputUtils-0.7.7", "Sigurd-CSync-5.0.1" ]

0 commit comments

Comments
 (0)