-
Notifications
You must be signed in to change notification settings - Fork 834
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
Warlock no longer immobilized during Psyblast #16966
Conversation
Warlock was balanced around having to immobilize to make it vulnerable while casting... but psyblast has been nerfed into the ground so eh, enjoy the slop I guess |
I will enjoy the slop. 👍 |
Wonderful, it's not only gonna be edge of screen gameplay, it'll also be able to kite with it. Do we really need to make warlock even more risk free and unkillable? |
I mean, I'm sure you took your time to code this and all, but making the Warlock even more risk free, because other castes are more busted doesn't really help the game, it harms it, I get is annoying to fluke it, but turns out marines can screw it up too, grenade launchers, rockets, getting shuffled during lasing, this... doesn't really justify it. |
@@ -582,14 +582,12 @@ | |||
/datum/action/ability/activable/xeno/psy_blast/use_ability(atom/A) | |||
owner.balloon_alert(owner, "We channel our psychic power") | |||
generate_particles(A, 7) | |||
ADD_TRAIT(xeno_owner, TRAIT_IMMOBILE, PSYCHIC_BLAST_ABILITY_TRAIT) | |||
var/datum/ammo/energy/xeno/ammo_type = xeno_owner.ammo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
forgot to remove PSYCHIC_BLAST_ABILITY_TRAIT
About The Pull Request
Warlock is no longer immobilized when casting with their psyblast ability.
Why It's Good For The Game
Makes it consistent with how Pyrogen can cancel their fireball ability. It is also annoying when you misclick or get shuffled so you just shoot into a wall and waste your cooldown.
Changelog
🆑
balance: Warlock is no longer immobilized when casting with their psyblast ability.
/:cl: