Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauge committed Jul 24, 2024
1 parent 99f55f2 commit a0d5b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShrapnelDamageV2/Data/Scripts/shrapnel/Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public void ProcessDamage(object target, ref MyDamageInformation info)

float amount = generalMult * info.Amount;

MyLog.Default.Info($"amount: {amount}, integrity: {slim.Integrity}, overkill: {amount - slim.Integrity}");
MyLog.Default.Info($"generalMult:{generalMult}, amount1: {info.Amount}, amount2: {amount}, integrity: {slim.Integrity}, overkill: {amount - slim.Integrity}");

if (info.Type == MyDamageType.Weapon || info.Type == MyDamageType.Bullet || info.Type == MyDamageType.Rocket)
{
Expand Down

0 comments on commit a0d5b71

Please sign in to comment.