Add a bionic voice mask implanter to Nukeop inventory #2611
+26
−7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
About the PR
A new bionic voice mask implant is given to Nukies on spawn. This voice mask implant works the exact same as the bionic syrinx implant for Syndicate Harpies, except it is (for now) exclusive to Nukies.
Oh, and I didn't notice it when I committed, but my editor removed two trailing spaces in
nukeops.yml
. Sorry.Why / Balance
This idea was brought up after discussion in the Discord about players using the chat-based nature of the the game to acquire personal details of Nukies (i.e. name).
Nukies have a way to hide their identity or presence in the round by default now. This could affect how rounds play out if Nukies decide to use someone else's name for a stealth op, but it could be quickly reported as suspicious if done incorrectly.
Technical details
BionicVoiceMaskImplant
contains aSubdermalImplant
component linked toActionChangeVoiceMask
.BionicSyrinxImplant
inherits fromBionicVoiceMaskImplant
, rather thanBaseSubdermalImplant
.Another implanter was added to accommodate.
BionicSyrinxImplanter
inherits from that.Media
This could probably use a new icon, but I am not much of an artist:
Requirements
Breaking changes
Extremely minor:
BionicSyrinxImplant
is no longer directly based onBaseSubdermalImplant
but instead inherits fromBionicVoiceMaskImplant
.Changelog
🆑