forked from Rotwood-Vale/Ratwood-Keep
-
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.
- Loading branch information
Showing
9 changed files
with
48 additions
and
53 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
name: 'Merge Conflict Detection' | ||
on: | ||
push: | ||
branches: | ||
- main | ||
jobs: | ||
triage: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: mschilde/auto-label-merge-conflicts@master | ||
with: | ||
CONFLICT_LABEL_NAME: "has conflicts" | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
MAX_RETRIES: 5 | ||
WAIT_MS: 5000 | ||
# name: 'Merge Conflict Detection' | ||
# on: | ||
# push: | ||
# branches: | ||
# - main | ||
# jobs: | ||
# triage: | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - uses: mschilde/auto-label-merge-conflicts@master | ||
# with: | ||
# CONFLICT_LABEL_NAME: "has conflicts" | ||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
# MAX_RETRIES: 5 | ||
# WAIT_MS: 5000 |
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
4 changes: 2 additions & 2 deletions
4
modular_bluewood/modules/mob/living/carbon/human/species_types/roguetown/anthromorphsmall.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/datum/species/anthromorphsmall | ||
ru_name = "Верминфольк (Скавены)" | ||
ru_desc = "<b>Верминфольк (Скавены)</b><br>\ | ||
ru_name = "Верминфольк" | ||
ru_desc = "<b>Верминфольк</b><br>\ | ||
Раса, родственная диким сородичам, но отмеченная заметно меньшим ростом. \ | ||
Их уважают несколько меньше из-за сходства с грызунами - подобно тому, \ | ||
как кобольды отличаются от сиссеан." |
2 changes: 1 addition & 1 deletion
2
modular_bluewood/modules/mob/living/carbon/human/species_types/roguetown/humen.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
2 changes: 1 addition & 1 deletion
2
modular_bluewood/modules/mob/living/carbon/human/species_types/roguetown/moth.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/datum/species/moth | ||
ru_name = "Флювиан (Моль)" | ||
ru_name = "Флювиан" | ||
ru_desc = "<b>Флювиан</b><br>\ | ||
Флювианы - это раса, которая выросла из мутации, которая произошла в результате неудачной работы над Искуственным Солнцем магами небезызвестного Королевства Рокхиль." |
4 changes: 2 additions & 2 deletions
4
modular_bluewood/modules/mob/living/carbon/human/species_types/roguetown/vulpkanin.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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/datum/species/vulpkanin | ||
ru_name = "Вульпканины (Волкоподобные)" | ||
ru_desc = "<b>Вульпканины (Волкоподобные)</b><br>\ | ||
ru_name = "Вульпканины" | ||
ru_desc = "<b>Вульпканины</b><br>\ | ||
История этой расы была утеряна тысячи лет назад, однако некоторые лица утверждают \ | ||
о вечно появляющейся в истории белоснежной волчице... которая точно может дать ответы на некоторые вопросы." |