Skip to content

Commit

Permalink
fix kill aliases
Browse files Browse the repository at this point in the history
i changed some aliases and forgot to change the other aliases that use those aliases
this is what i get for not thoroughly testing it
  • Loading branch information
blakeplusplus committed Jun 19, 2023
1 parent 629dfa5 commit 9ca8b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cfg/overrides/statues.cfg
Expand Up @@ -38,10 +38,10 @@ alias blu "exec overrides/statues/blu" // Needs to be its own file to execute pr
alias big_sticky "exec overrides/statues/big_sticky" // Needs to be its own file to execute properly
alias highlight "ent_create info_particle_system targetname highlight start_active 1 effect_name eyeboss_doorway_vortex"

alias kill_ "kill_blu_players;kill_red_players;kill_sticky;kill_sentry"
alias kill_ "kill_blu;kill_red;kill_sticky;kill_sentry"
alias kill_blu "ent_fire blu_player_statue* kill"
alias kill_red "ent_fire red_player_statue* kill"
alias kill_players "kill_blu_players;kill_red_players"
alias kill_players "kill_blu;kill_red"
alias kill_red_sticky "ent_fire red_sticky_statue kill"
alias kill_blu_sticky "ent_fire blu_sticky_statue kill"
alias kill_jump_sticky "ent_fire jump_sticky kill"
Expand Down

0 comments on commit 9ca8b69

Please sign in to comment.