Skip to content

Commit

Permalink
yeah
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown-gd committed Jan 21, 2024
1 parent 8db0ca0 commit 1c23246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/autorun/server/combine-ball-damage.yue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ hook.Add "EntityTakeDamage", addonName, ( damageInfo ) =>
if entity\IsValid!
entity\SetOwner!

if band( damageInfo\GetDamageType!, DMG_DISSOLVE ) ~= DMG_DISSOLVE
if band( damageInfo\GetDamageType!, DMG_DISSOLVE ) == 0
damageInfo\SetDamageType( bor( damageInfo\GetDamageType!, DMG_DISSOLVE ) )

damageInfo\SetDamage( Damage\GetInt! )

0 comments on commit 1c23246

Please sign in to comment.