Skip to content

Fixed: Player_SetTeam would cause players to select the fist instead of the...

Ru5tK1ng requested to merge topic/default/setteam-pwo into branch/default

Based on the order weapons were given back to the player, they would spawn with the fist instead of the pistol depending on their PWO. I adjusted the order so that the Pistol would be given first and would work fine with certain switchonpickup settings. Since there's no such thing as a fist pickup, I was able to write in exceptions for the remaining switchonpickup types. These changes don't cause any issue with normal switching or the berserk.

Merge request reports