Skip to content

Commit

Permalink
git commit from PowerShell in C#JecsTools Fixed issue where CompDefle…
Browse files Browse the repository at this point in the history
…ctor was preventing code from executing.
  • Loading branch information
jecrell committed Sep 14, 2018
1 parent 69985fd commit facbf98
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions About/DiscordURL.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://discord.gg/AaVFA7V
1 change: 1 addition & 0 deletions About/LudeonURL.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://ludeon.com/forums/index.php?topic=32868.0
1 change: 1 addition & 0 deletions About/PatreonURL.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://www.patreon.com/posts/jecstools-for-0-21059900
Binary file modified Assemblies/CompDeflector.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,15 @@ public static bool TakeDamage_PreFix(Thing __instance, ref DamageInfo dinfo)
{
compDeflector.AnimationDeflectionTicks = 1200;
dinfo.SetAmount(0);
return false;
return true;
}
}
else
{
if (compDeflector.TrySpecialMeleeBlock())
{
dinfo.SetAmount(0);
return false;
return true;
}
}
}
Expand Down
1 change: 1 addition & 0 deletions Source/DiscordWebhookToken.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://discordapp.com/api/webhooks/487657430256451586/fQfntEHnahggdYmE4db0c0S_xc2MFgzHNyN7nUwIf91LSHqKPKhVi6ixUhkmL7oZf-BJ

0 comments on commit facbf98

Please sign in to comment.