Rename powerup items weights in botfiles

This commit is contained in:
zturtleman 2017-11-04 14:07:05 +00:00
parent 6d060fea7e
commit bee86e026b

View file

@ -598,27 +598,27 @@ weight "holdable_invulnerability"
} }
} }
weight "item_quad" weight "rally_item_quad"
{ {
return PS(QW); return PS(QW);
} }
weight "item_enviro" weight "rally_item_env"
{ {
return PS(ENVW); return PS(ENVW);
} }
weight "item_haste" weight "rally_item_haste"
{ {
return PS(HAW); return PS(HAW);
} }
weight "item_invisibility" weight "rally_item_invis"
{ {
return PS(INW); return PS(INW);
} }
weight "item_regen" weight "rally_item_regen"
{ {
return PS(REGW); return PS(REGW);
} }