forked from SierraBay/SierraBay12
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from 800maximum123/Bugfix
Bugfix
- Loading branch information
Showing
10 changed files
with
237 additions
and
14 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
/datum/species/resomi | ||
default_emotes = list( | ||
/singleton/emote/audible/sneeze/resomi, | ||
/singleton/emote/audible/cough/resomi, | ||
/singleton/emote/audible/laugh/resomi, | ||
/singleton/emote/audible/scream/resomi, | ||
/singleton/emote/audible/peep/resomi, | ||
/singleton/emote/audible/rustle/resomi, | ||
/singleton/emote/audible/trill/resomi, | ||
/singleton/emote/audible/warble/resomi, | ||
/singleton/emote/audible/wurble/resomi | ||
) | ||
|
||
/singleton/emote/audible/scream/resomi | ||
emote_sound = 'mods/_fd/resomi_fd/sound/resomiscream.ogg' | ||
sounded_species = list(SPECIES_RESOMI) | ||
|
||
/singleton/emote/audible/peep/resomi | ||
key = "peep" | ||
emote_message_3p = "USER пищит" | ||
emote_sound = 'mods/_fd/resomi_fd/sound/peep.ogg' | ||
sounded_species = list(SPECIES_RESOMI) | ||
|
||
/singleton/emote/audible/rustle/resomi | ||
key = "rustle" | ||
emote_message_3p = "USER шелестит крыльями" | ||
emote_sound = 'mods/_fd/resomi_fd/sound/rustle.ogg' | ||
sounded_species = list(SPECIES_RESOMI) | ||
|
||
/singleton/emote/audible/trill/resomi | ||
key = "trill" | ||
emote_message_3p = "USER издаёт трель" | ||
emote_sound = 'mods/_fd/resomi_fd/sound/trill.ogg' | ||
sounded_species = list(SPECIES_RESOMI) | ||
|
||
/singleton/emote/audible/warble/resomi | ||
key = "warble" | ||
emote_message_3p = "USER издаёт трель" | ||
emote_sound = 'mods/_fd/resomi_fd/sound/warble.ogg' | ||
sounded_species = list(SPECIES_RESOMI) | ||
|
||
/singleton/emote/audible/wurble/resomi | ||
key = "wurble" | ||
emote_message_3p = "USER урчит" | ||
emote_sound = 'mods/_fd/resomi_fd/sound/wurble.ogg' | ||
sounded_species = list(SPECIES_RESOMI) | ||
|
||
/singleton/emote/audible/laugh/resomi | ||
emote_sound = 'mods/_fd/resomi_fd/sound/resomilaugh.ogg' | ||
sounded_species = list(SPECIES_RESOMI) | ||
|
||
/singleton/emote/audible/cough/resomi | ||
emote_sound = 'mods/_fd/resomi_fd/sound/resomicough.ogg' | ||
sounded_species = list(SPECIES_RESOMI) | ||
|
||
/singleton/emote/audible/sneeze/resomi | ||
emote_sound = 'mods/_fd/resomi_fd/sound/resomisneeze.ogg' | ||
sounded_species = list(SPECIES_RESOMI) |