From e0e65c022f46742cd9d68b432fea7a6ea1789ba6 Mon Sep 17 00:00:00 2001 From: ZioPao Date: Fri, 31 May 2024 10:52:24 +0200 Subject: [PATCH] bump to mod.info --- changelog.txt | 56 ----------------------------------- media/lua/client/TOC/Main.lua | 2 +- mod.info | 2 +- 3 files changed, 2 insertions(+), 58 deletions(-) delete mode 100644 changelog.txt diff --git a/changelog.txt b/changelog.txt deleted file mode 100644 index e613ae7..0000000 --- a/changelog.txt +++ /dev/null @@ -1,56 +0,0 @@ -0.9.15 -- Hotfix to sound not stopping when performing an amputation on another player - -0.9.14 -- Optimizations -- New icon for the mod -- Added a dirtyness malus for cicatrization, you'll have to keep your wound clean while it's healing (wash it you animal) -- When trying to equip a prosthesis from the inventory you'll get a message to let you know that you're doing it wrong -- Added explicit support to Left Is Right, making it work a lot better when you've got an amputated right limb - - -0.9.13 -- Some little optimizations -- Fixed a bug that made Fancy Handwork compat not work as intended - -0.9.12 -- Fixed traits icons -- Some cleaning to the code - -0.9.11 -- Hotfix to cicatrization visuals - -0.9.10 -- Modified textures once again - - -0.9.9 -- Modified textures for amputations -- Fixed a bug that caused some problems when amputating an already amputated limb - -0.9.8 -- New textures for amputations -- When cicatrized, an amputation will not be bloody anymore (visual thing only) - -0.9.7 -- Now amputations should spawn in every case, damn hairs. Thanks Dev for the tip! - - -0.9.6 -- Fixed a bug when handling zombie hitting amputated limbs -- Fixed sound looping incessantly after amputating a limb -- Changed how phantom pain occurs -- Fixes to new hook models - - - - -0.9.5 -- No more Right Click menu. You'll have to use the TOC Menu from the Medical Check, except for Cheats -- Fixes to how amputations are handled - before and after -- Compatibility fixes with older versions -- Various fixes to Traits -- New heavily WIP models for metal and wooden hooks -- Readded sounds during amputations -- Fixed banages not getting applied after an amputation when they were in the player's inventory diff --git a/media/lua/client/TOC/Main.lua b/media/lua/client/TOC/Main.lua index a62a028..34bf55a 100644 --- a/media/lua/client/TOC/Main.lua +++ b/media/lua/client/TOC/Main.lua @@ -6,7 +6,7 @@ require("TOC/Events") ---@class Main local Main = { - _version = "2.0.11" + _version = "2.0.12" } function Main.Start() diff --git a/mod.info b/mod.info index f1f701f..7f258c0 100644 --- a/mod.info +++ b/mod.info @@ -4,5 +4,5 @@ description=You've been bitten. You have only two choices. id=TheOnlyCure icon=icon.png url=https://github.com/ZioPao/The-Only-Cure -modversion=2.0.11 +modversion=2.0.12 pzversion=41.65