Skip to content

Fix Purple Dildo and Silver Vibrator weapon names #3801

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
4 changes: 2 additions & 2 deletions Client/mods/deathmatch/logic/CWeaponNames.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ static const SWeaponName _WeaponNames[] = {{"Fist"},
{"Poolstick"},
{"Katana"},
{"Chainsaw"},
{"Purple Dildo"},
{"Dildo"},
{"Dildo"},
{"Vibrator"},
{"Vibrator"},
{"Silver Vibrator"},
{"Flower"},
{"Cane"},
{"Grenade"},
Expand Down
4 changes: 2 additions & 2 deletions Server/mods/deathmatch/logic/CWeaponNames.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ SWeaponName WeaponNames[] = {{"Fist"},
{"Poolstick"},
{"Katana"},
{"Chainsaw"},
{"Purple Dildo"},
{"Dildo"},
{"Dildo"},
{"Vibrator"},
{"Vibrator"},
{"Silver Vibrator"},
{"Flower"},
{"Cane"},
{"Grenade"},
Expand Down
Loading