Skip to content

Commit

Permalink
Update weapon_abilities.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonSlayer62 committed Nov 12, 2023
1 parent ab57800 commit e5ceb6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/js/item/equip_effects/weapon_abilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ The base chance to deliver this special blow is your Anatomy skill level divided
function ConcussionBlow( pAttacker, pDefender )
{
pDefender.TextMessage( "You receive a concussion blow!", false, 0x3b2, 0, pDefender.serial );
pDefender.tempint = ( pDefender.tempint - 2 );
pDefender.tempint = ( pDefender.tempint/2 );
pDefender.StartTimer( 30000, 2, true );
pDefender.SetTempTag( "concussion", 1 );

Expand Down

0 comments on commit e5ceb6c

Please sign in to comment.