Skip to content

Commit

Permalink
Куча мелких фиксов
Browse files Browse the repository at this point in the history
  • Loading branch information
kanopus952 committed Nov 15, 2024
1 parent 9e38ce3 commit 39bb452
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 2 deletions.
1 change: 0 additions & 1 deletion Content.Server/Chat/Managers/ChatSanitizationManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public sealed class ChatSanitizationManager : IChatSanitizationManager
{ "рофл", "chatsan-laughs" },
{ "яхз", "chatsan-shrugs" },
{ ":0", "chatsan-surprised" },
{ ":р", "chatsan-stick-out-tongue" }, // cyrillic р
{ "кек", "chatsan-laughs" },
{ "T_T", "chatsan-cries" },
{ "Т_Т", "chatsan-cries" }, // cyrillic T
Expand Down
1 change: 1 addition & 0 deletions Resources/Locale/en-US/_strings/_sunrise/chat/emotes.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ chat-emote-name-meows = Мяукать
chat-emote-name-vomit = Тошнота
chat-emote-name-headache = Головная боль
chat-emote-name-insult = Инсульт
chat-emote-name-whines = Скулить
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
ClothingBackpackDuffelAtmospherics: 2
ClothingBackpackSatchelAtmospherics: 2
ClothingBackpackAtmospherics: 2
MaterialBag: 3 # Sunrise-edit
ClothingUniformJumpsuitAtmos: 3
ClothingUniformJumpskirtAtmos: 3
ClothingUniformJumpsuitAtmosCasual: 3
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Traits/speech.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
- type: Accentless
removes:
- type: OwOAccent # Sunrise-traits
- type: VulpaAccent # Sunrise-traits
- type: TajaranAccent # Sunrise-traits
- type: LizardAccent
- type: MothAccent
- type: ReplacementAccent
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Voice/speech_emotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,9 @@
- gasp
- gasps
- gasped
#Sunrise-start
- задыхается
#Sunrise-end

- type: emote
id: DefaultDeathgasp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- type: Absorbable
- type: Speech
speechVerb: Vulpkanin
allowedEmotes: ['Growl', 'Bark', 'Howl']
allowedEmotes: ['Growl', 'Bark', 'Howl', 'Whines']
- type: HumanoidAppearance
species: Vulpkanin
- type: Icon
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
- RawMaterial
- Tile
- PowerCell
- PowerCellSmall
- Ingot
- DoorElectronics
- AirAlarmElectronics
- CapacitorStockPart
- MicroManipulatorStockPart
- MatterBinStockPart
Expand Down
4 changes: 4 additions & 0 deletions Resources/Prototypes/_Sunrise/Voice/speech_emote_sounds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
collection: MaleSneezes
Cough:
collection: MaleCoughs
Sigh:
collection: MaleSigh
Crying:
collection: MaleCry
Whistle:
Expand Down Expand Up @@ -39,6 +41,8 @@
collection: FemaleSneezes
Cough:
collection: FemaleCoughs
Sigh:
collection: FemaleSigh
Crying:
collection: FemaleCry
Whistle:
Expand Down
21 changes: 21 additions & 0 deletions Resources/Prototypes/_Sunrise/Voice/speech_emotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,24 @@
name: chat-emote-name-insult
category: Vocal
chatMessages: [инсульт]

- type: emote
id: Whines
name: chat-emote-name-whines
category: Vocal
available: false
icon: Interface/Emotes/cry.png
whitelist:
components:
- Vocal
blacklist:
components:
- BorgChassis
chatMessages: ["chat-emote-msg-whines"]
chatTriggers:
- скулит.
- скулит!
- скулить.
- скулить!
- скулит
- скулить

0 comments on commit 39bb452

Please sign in to comment.