forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## About The Pull Request Перевод мудов. Это такой конец...
- Loading branch information
Showing
18 changed files
with
277 additions
and
277 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
/datum/mood_event/horridroom | ||
description = "This room looks terrible!" | ||
description = "Эта комната выглядит ужасно!" | ||
mood_change = -5 | ||
|
||
/datum/mood_event/badroom | ||
description = "This room looks really bad." | ||
description = "Эта комната выглядит плохо." | ||
mood_change = -3 | ||
|
||
/datum/mood_event/ehroom | ||
description = "This room looks kinda bad." | ||
description = "Эта комната выглядит не очень." | ||
mood_change = -1 | ||
|
||
/datum/mood_event/decentroom | ||
description = "This room looks alright." | ||
description = "Эта комната выглядит неплохо." | ||
mood_change = 1 | ||
|
||
/datum/mood_event/goodroom | ||
description = "This room looks really pretty!" | ||
description = "Эта комната выглядит красиво!" | ||
mood_change = 3 | ||
|
||
/datum/mood_event/greatroom | ||
description = "This room is beautiful!" | ||
description = "Эта комната выглядит прекрасно!" | ||
mood_change = 5 |
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
/datum/mood_event/it_was_on_the_mouse | ||
description = "Heh heh. \"It's on the mouse\". What a play on words." | ||
description = "Хе-хе. \"Всё самое чумовое\". Вот эта игра слов." | ||
mood_change = 1 | ||
timeout = 2 MINUTES | ||
|
||
/datum/mood_event/gondola_serenity | ||
description = "There's a lot that could be on your mind right now. But this feeling of contentedness, a universal calling to simply sit back and observe is washing over you..." | ||
description = "Многое могло бы сейчас волновать вас. Но это чувство удовлетворенности, вселенский зов к тому, чтобы просто сидеть и наблюдать, овладевает над всем остальным..." | ||
mood_change = 10 | ||
special_screen_obj = "mood_gondola" |
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
Oops, something went wrong.