|
|
|
|
@ -773,6 +773,10 @@ bool AutoEquip(int playerNumber, const ItemStruct &item, int bodyLocation)
|
|
|
|
|
|
|
|
|
|
plr[playerNumber].InvBody[bodyLocation] = item; |
|
|
|
|
|
|
|
|
|
if (playerNumber == myplr) { |
|
|
|
|
PlaySFX(ItemInvSnds[ItemCAnimTbl[item._iCurs]]); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
NetSendCmdChItem(FALSE, bodyLocation); |
|
|
|
|
CalcPlrInv(playerNumber, TRUE); |
|
|
|
|
|
|
|
|
|
|