mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-21 19:41:36 +00:00
Rename powerup items weights in botfiles
This commit is contained in:
parent
6d060fea7e
commit
bee86e026b
1 changed files with 5 additions and 5 deletions
|
@ -598,27 +598,27 @@ weight "holdable_invulnerability"
|
|||
}
|
||||
}
|
||||
|
||||
weight "item_quad"
|
||||
weight "rally_item_quad"
|
||||
{
|
||||
return PS(QW);
|
||||
}
|
||||
|
||||
weight "item_enviro"
|
||||
weight "rally_item_env"
|
||||
{
|
||||
return PS(ENVW);
|
||||
}
|
||||
|
||||
weight "item_haste"
|
||||
weight "rally_item_haste"
|
||||
{
|
||||
return PS(HAW);
|
||||
}
|
||||
|
||||
weight "item_invisibility"
|
||||
weight "rally_item_invis"
|
||||
{
|
||||
return PS(INW);
|
||||
}
|
||||
|
||||
weight "item_regen"
|
||||
weight "rally_item_regen"
|
||||
{
|
||||
return PS(REGW);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue