Skip to content
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

[MIRROR] [MODULAR] Add: Ethereal & Synthetic Music Synthesizer #5158

Merged
merged 2 commits into from
Nov 6, 2024

Conversation

Steals-The-PRs
Copy link
Collaborator

Original PR: NovaSector/NovaSector#4531

About The Pull Request

This PR adds an action to Ethereal and Synthetic species that allows them to use an internal music synthesizer; it requires /obj/item/organ/internal/tongue/ethereal to function. Instruments are limited to "spaceman", "meowsynth", "square wave", "sine wave", and "saw wave"; emagging adds "honk".

Granular Change List

  • Added module species_synthesizer, containing /datum/action/sing_tones.
  • Added to modular_nova/master_files/code/modules/mob/living/carbon/human/species_type/ethereal.dm:
    • Overrode /datum/species/ethereal/on_species_gain() to add the action to the mob.
    • Added to /datum/species/ethereal/create_pref_unique_perks() to add the "Musical Discharger" species perk.
  • Added to modular_nova/modules/synths/code/species/synthetic.dm:
    • Edited /datum/species/synthetic/on_species_gain() to add the action to the mob.
    • Added to /datum/species/synthetic/create_pref_unique_perks() to add the "Tone Synthesizer" species perk.

How This Contributes To The Nova Sector Roleplay Experience

Adds a bit of unique flair to Synthetic and Ethereal species by giving them an internal music synthesizer. The synthesizer instruments are limited to "spaceman", "meowsynth", "square wave", "sine wave", and "saw wave". The "honk" instrument is added upon emagging.

Proof of Testing

Fully tested!

Screenshots/Videos

image image

dreamseeker_IyxN7WNnpU.mp4
dreamseeker_U7uOMvqFM1.mp4

Changelog

🆑 A.C.M.O.
add: Added a music synthesizer action to Ethereal and Synthetic species.
/:cl:

Floofies and others added 2 commits November 6, 2024 06:41
* Add Ethereal discharger synth action

* Rename ethereal_instrument module to ethereal_synth

* Cleaning up UI issues, added Emag effect

* Add singing action to synth species

* Add emag_act proc to synth species

* Remove ui_close call that didnt do jack

* Fix typo

* Add suggestions from review, add efficient species loss handler

* Fix unregistersignal to account for other signal

* Add species perks

* Add extra details to readme

* Cleaning up

* Fix typo, fix missing signal handler macros, cleaning up

* Fix typo

* Update modular_nova/modules/species_synthesizer/sing_tones.dm

---------

Co-authored-by: Bloop <[email protected]>
@FeenieRU FeenieRU merged commit afeae82 into master Nov 6, 2024
32 of 33 checks passed
AnywayFarus added a commit that referenced this pull request Nov 6, 2024
@Iajret Iajret deleted the upstream-mirror-4531 branch December 21, 2024 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants