forked from ParadiseSS13/Paradise
-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
HelmsDeepState
committed
Apr 13, 2024
1 parent
330eb74
commit 6ee6186
Showing
3 changed files
with
19 additions
and
7 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
18 changes: 18 additions & 0 deletions
18
modular_ss220/species/code/mob/living/carbon/species/drask.dm
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,18 @@ | ||
/datum/species/drask | ||
autohiss_basic_map = list( | ||
"о" = list ("оо", "ooo"), | ||
"o" = list ("oo", "ooo"), | ||
"u" = list ("uu", "uuu"), | ||
"у" = list ("уу", "ууу") | ||
) | ||
autohiss_extra_map = list( | ||
"м" = list ("мм", "ммм"), | ||
"m" = list ("mm", "mmm") | ||
) | ||
autohiss_exempt = list("Orluum") | ||
|
||
suicide_messages = list( | ||
"трёт себя до возгорания!", | ||
"давит пальцами на свои большие глаза!", | ||
"втягивает теплый воздух!", | ||
"задерживает дыхание!") |