diff --git a/About/About.xml b/About/About.xml index 2d78350a..2959bd4f 100644 --- a/About/About.xml +++ b/About/About.xml @@ -18,7 +18,7 @@ - 1.1.1.1 (03-20-2020) + 1.1.1.2 (03-29-2020) Adds modding components to RimWorld: vehicles, spell casting, weapon slots, oversized weapons, and more! @@ -77,6 +77,10 @@ Cade Perkinson, Jay Sacane, John Pahl, Tankok1998 also known as the Shermanlover ======================== Changelog ======================== +1.1.1.2 (03-29-2020) +======================== +Activatable weapons now activate in defense thanks to code from qadsad. + 1.1.1.1 (03-20-2020) ======================== Fixed issues with damage soak and extra damages. Extra damage should now be dealt properly and damage soak should now deflect damage properly. diff --git a/About/Changelog.txt b/About/Changelog.txt index 26940156..27539d36 100644 --- a/About/Changelog.txt +++ b/About/Changelog.txt @@ -1,3 +1,7 @@ +1.1.1.2 (03-29-2020) +======================== +Activatable weapons now activate in defense thanks to code from qadsad. + 1.1.1.1 (03-20-2020) ======================== Fixed issues with damage soak and extra damages. Extra damage should now be dealt properly and damage soak should now deflect damage properly. diff --git a/About/Manifest.xml b/About/Manifest.xml index 3c049b61..acf1bacc 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,7 +1,7 @@  JecsTools - 1.1.1.1 + 1.1.1.2 diff --git a/About/Version.txt b/About/Version.txt index 66a76058..b0fff185 100644 --- a/About/Version.txt +++ b/About/Version.txt @@ -1 +1 @@ -1.1.1.1 +1.1.1.2 diff --git a/Assemblies/0JecsTools.dll b/Assemblies/0JecsTools.dll index 4fef85e0..60d63d23 100644 Binary files a/Assemblies/0JecsTools.dll and b/Assemblies/0JecsTools.dll differ diff --git a/Assemblies/AbilityUser.dll b/Assemblies/AbilityUser.dll index 691afc3c..b9ce009d 100644 Binary files a/Assemblies/AbilityUser.dll and b/Assemblies/AbilityUser.dll differ diff --git a/Assemblies/AbilityUserAI.dll b/Assemblies/AbilityUserAI.dll index e95eb485..3783fa05 100644 Binary files a/Assemblies/AbilityUserAI.dll and b/Assemblies/AbilityUserAI.dll differ diff --git a/Assemblies/CompActivatableEffect.dll b/Assemblies/CompActivatableEffect.dll index 59d2f279..8f49cb75 100644 Binary files a/Assemblies/CompActivatableEffect.dll and b/Assemblies/CompActivatableEffect.dll differ diff --git a/Assemblies/CompAnimated.dll b/Assemblies/CompAnimated.dll index cb156dd4..332d7e45 100644 Binary files a/Assemblies/CompAnimated.dll and b/Assemblies/CompAnimated.dll differ diff --git a/Assemblies/CompBalloon.dll b/Assemblies/CompBalloon.dll index 7375537a..b0153a9c 100644 Binary files a/Assemblies/CompBalloon.dll and b/Assemblies/CompBalloon.dll differ diff --git a/Assemblies/CompBigBox.dll b/Assemblies/CompBigBox.dll index 7e8eec84..23b2662d 100644 Binary files a/Assemblies/CompBigBox.dll and b/Assemblies/CompBigBox.dll differ diff --git a/Assemblies/CompDeflector.dll b/Assemblies/CompDeflector.dll index b5fb53c1..5bccfdb2 100644 Binary files a/Assemblies/CompDeflector.dll and b/Assemblies/CompDeflector.dll differ diff --git a/Assemblies/CompDelayedSpawner.dll b/Assemblies/CompDelayedSpawner.dll index 8af38b76..a8602cd3 100644 Binary files a/Assemblies/CompDelayedSpawner.dll and b/Assemblies/CompDelayedSpawner.dll differ diff --git a/Assemblies/CompExtraSounds.dll b/Assemblies/CompExtraSounds.dll index 71bb47b1..ac8784d0 100644 Binary files a/Assemblies/CompExtraSounds.dll and b/Assemblies/CompExtraSounds.dll differ diff --git a/Assemblies/CompInstalledPart.dll b/Assemblies/CompInstalledPart.dll index 8ece2c78..8b798d90 100644 Binary files a/Assemblies/CompInstalledPart.dll and b/Assemblies/CompInstalledPart.dll differ diff --git a/Assemblies/CompLumbering.dll b/Assemblies/CompLumbering.dll index 8bdcc99e..8b8db7a8 100644 Binary files a/Assemblies/CompLumbering.dll and b/Assemblies/CompLumbering.dll differ diff --git a/Assemblies/CompOverlays.dll b/Assemblies/CompOverlays.dll index f6931faa..dc984e0f 100644 Binary files a/Assemblies/CompOverlays.dll and b/Assemblies/CompOverlays.dll differ diff --git a/Assemblies/CompOversizedWeapon.dll b/Assemblies/CompOversizedWeapon.dll index b172c1ab..bb2dc146 100644 Binary files a/Assemblies/CompOversizedWeapon.dll and b/Assemblies/CompOversizedWeapon.dll differ diff --git a/Assemblies/CompSlotLoadable.dll b/Assemblies/CompSlotLoadable.dll index 35f52d9e..aeee2b5e 100644 Binary files a/Assemblies/CompSlotLoadable.dll and b/Assemblies/CompSlotLoadable.dll differ diff --git a/Assemblies/CompToggleDef.dll b/Assemblies/CompToggleDef.dll index ae2d8bc8..44641a5f 100644 Binary files a/Assemblies/CompToggleDef.dll and b/Assemblies/CompToggleDef.dll differ diff --git a/Assemblies/CompVehicle.dll b/Assemblies/CompVehicle.dll index e39a9784..23b36ea9 100644 Binary files a/Assemblies/CompVehicle.dll and b/Assemblies/CompVehicle.dll differ diff --git a/Assemblies/PawnShields.dll b/Assemblies/PawnShields.dll index 63f5849c..06704eb6 100644 Binary files a/Assemblies/PawnShields.dll and b/Assemblies/PawnShields.dll differ diff --git a/Assemblies/ThinkNodes.dll b/Assemblies/ThinkNodes.dll index 6e80ba7f..d0425434 100644 Binary files a/Assemblies/ThinkNodes.dll and b/Assemblies/ThinkNodes.dll differ