Skip to content

Commit

Permalink
remove airblast push for astro bot
Browse files Browse the repository at this point in the history
  • Loading branch information
higps committed Mar 28, 2024
1 parent 7670854 commit 6206326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion berobot_dmg_handler.sp
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,7 @@ public Action Event_post_inventory_application(Event event, const char[] name, b
// TF2Attrib_SetByName(Weapon2, "slow enemy on hit major", 1.0);
TF2Attrib_SetByName(Weapon3, "bleeding duration", stat1);

Format(chat_display, sizeof(chat_display), "%s\n{teamcolor}Tribalmans Shiv: {orange}Bleed lasts %0.0f seconds\n{teamcolor}Bleed On Hit: {orange}+%0.0f%%%% more melee dmg taken for %0.0f seconds",chat_display, stat1,MoreIsMore(g_bleed_meleevuln_amount), g_bleed_meleevuln_duration);
Format(chat_display, sizeof(chat_display), "%s\n{teamcolor}Tribalmans Shiv: {orange}Bleed lasts %0.0f seconds\n{teamcolor}Bleed On Hit: {orange}+%0.0f%%%% more melee dmg taken for %0.0f seconds",chat_display, stat1, MoreIsMore(g_bleed_meleevuln_amount), g_bleed_meleevuln_duration);
}

}
Expand Down
2 changes: 1 addition & 1 deletion cfg/robots/paid_disruptor_pyro_astrobot.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"restore health on kill" "10.0"
"maxammo primary increased" "2.5"
"killstreak tier" "1.0"
"airblast pushback scale" "1.6"
"airblast pushback scale" "1.0"
"dmg penalty vs buildings" "0.8"
"flame_spread_degree" "5.0"
"flame size bonus" "1.6"
Expand Down

0 comments on commit 6206326

Please sign in to comment.