Skip to content

Commit

Permalink
Update npc_hardener.sp
Browse files Browse the repository at this point in the history
  • Loading branch information
BeeepG committed Oct 10, 2024
1 parent 3d7fc16 commit 54ed1e3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ public void VictorianHardener_ClotThink(int iNPC)
HealEntityGlobal(npc.index, PrimaryThreatIndex, 75.0, 1.0);
npc.m_flArmorToGive = 50.0;
GrantEntityArmor(PrimaryThreatIndex, false, 0.01, 0.75, 0, 1.5);
//IberiaBeaconGiveArmor(npc.index, PrimaryThreatIndex, npc.m_flArmorToGive);
}
else
{
Expand Down

0 comments on commit 54ed1e3

Please sign in to comment.