Fixed Italian player not switching to the Breda weapon after spawning

This commit is contained in:
smallmodel 2023-11-14 00:50:14 +01:00
parent 1255964e6b
commit 99a9022b53
No known key found for this signature in database
GPG key ID: A96F163ED4891440

View file

@ -8645,7 +8645,7 @@ void Player::EquipWeapons()
break;
case NA_ITALIAN:
giveItem("weapons/It_W_Breda.tik");
event->AddString("MP40");
event->AddString("Breda");
break;
default:
giveItem("weapons/bar.tik");