forked from ParadiseSS13/Paradise
-
Notifications
You must be signed in to change notification settings - Fork 132
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
Добавляет таярам новый эмоут - короткое мурчание #1751
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Reviewer's Guide by SourceryThis pull request adds a new short purr emote for the Tajaran species. The emote includes a new sound and is added to the Tajaran's available emotes. Sequence diagram for Tajaran short purr emote executionsequenceDiagram
actor Player
participant Human as Human Mob
participant Emote as Emote System
participant Sound as Sound System
Player->>Human: Triggers 'mrowss' emote
Human->>Emote: emote('mrowss', intentional=TRUE)
Note over Emote: Checks species whitelist
Note over Emote: Validates cooldown
Emote->>Sound: Play 'mrowss.ogg'
Emote-->>Human: Display purr message
Human-->>Player: See/hear purr emote
Class diagram showing the new emote structureclassDiagram
class datum_emote_living_carbon_human_mrowss {
+key: string
+key_third_person: string
+message: string
+message_param: string
+sound: string
+species_type_whitelist_typecache: list
+emote_type: int
+vary: bool
+cooldown: int
+volume: int
+muzzled_noises: list
}
class mob_living_carbon_human {
+emote_mrowss()
}
class datum_species_tajaran {
+on_species_gain(mob/living/carbon/human/H)
+on_species_loss(mob/living/carbon/human/H)
}
mob_living_carbon_human -- datum_emote_living_carbon_human_mrowss : uses
datum_species_tajaran -- mob_living_carbon_human : manages emotes
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Gaxeer
reviewed
Jan 19, 2025
Gaxeer
approved these changes
Jan 19, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Что этот PR делает
Добавляет таярам новое мурчание , короткое мурчание портированное с ТГ нашего.
Почему это хорошо для игры
Больше расовых эмоутов = лучше.
Изображения изменений
Тестирование
Зашел на локалку и мурчал , вроде ничего не взорвалось и никто не умер.
Changelog
🆑 Hans
add: Портировал с ТГ короткое мурчание для таяр.
soundadd: Портировал с ТГ звук короткого мурчания.
/:cl:
Summary by Sourcery
New Features: