Skip to content

Commit

Permalink
Update berobot_dmg_handler.sp
Browse files Browse the repository at this point in the history
  • Loading branch information
higps committed Dec 12, 2024
1 parent 85ac01b commit 834091d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion berobot_dmg_handler.sp
Original file line number Diff line number Diff line change
Expand Up @@ -1634,7 +1634,7 @@ public Action Event_post_inventory_application(Event event, const char[] name, b

if (IsBazaar(Weapon1))
{
Format(chat_display, sizeof(chat_display), "%s\n{teamcolor}Bazaar Bargin: {orange}On Headshot: +1 head{teamcolor}, {orange}On Bodyshot: -2 heads{teamcolor}",chat_display);
Format(chat_display, sizeof(chat_display), "%s\n{teamcolor}Bazaar Bargin: {orange}On Headshot every 450 dmg: +1 head{teamcolor}, {orange}On Bodyshot 75 dmg : -2 heads{teamcolor}",chat_display);
}

if (IsClassic(Weapon1))
Expand Down

0 comments on commit 834091d

Please sign in to comment.