Skip to content

[TF2] Make it so the Vita-Saw attacks on MVM robots spawn a bolt instead of a spleen #1192

New issue

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

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

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Bitl
Copy link
Contributor

@Bitl Bitl commented Apr 7, 2025

Description

When using the Vita-Saw in MVM, it spawns a spleen despite the robots being, well, robots. This PR makes robots spawn a bolt gib rather than a spleen in MVM.

@Bitl Bitl changed the title [TF2] Make it so Vita-Saw attacks on MVM robots spawn a bolt instead of a spleen [TF2] Make it so the Vita-Saw taunt on MVM robots spawn a bolt instead of a spleen Apr 7, 2025
@Bitl Bitl changed the title [TF2] Make it so the Vita-Saw taunt on MVM robots spawn a bolt instead of a spleen [TF2] Make it so the Vita-Saw attacks on MVM robots spawn a bolt instead of a spleen Apr 7, 2025
@Bitl
Copy link
Contributor Author

Bitl commented Apr 10, 2025

I have improved the implementation based on the code reviews.

@Whurrhurr
Copy link

you should probably also make it so that if a mission is using EventPopfile Halloween that it spawns spleens instead of bolts (because the robots are turned into zombies)

@Bitl
Copy link
Contributor Author

Bitl commented Apr 11, 2025

All of these have been added

@@ -2774,6 +2774,8 @@ void CTFPlayer::PrecacheMvM()
PrecacheModel( "models/items/currencypack_large.mdl" );

PrecacheModel( "models/bots/tw2/boss_bot/twcarrier_addon.mdl" );

PrecacheModel( "models/player/gibs/gibs_bolt.mdl" );

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation should be changed to tabs to match rest of file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants