From bdd62f77e16e9478ddabe68b2a03d296fbabeffe Mon Sep 17 00:00:00 2001 From: ariaworld <143797359+ariaworld@users.noreply.github.com> Date: Mon, 5 Aug 2024 21:17:33 +0200 Subject: [PATCH] Change workflows: S.P.L.U.R.T -> V.E.N.U.S --- .github/workflows/generate_documentation.yml | 2 +- .github/workflows/make_changelogs.yml | 4 ++-- .github/workflows/round_id_linker.yml | 2 +- code/modules/client/preferences.dm | 2 +- code/world.dm | 2 +- modular_splurt/code/modules/client/preferences.dm | 2 +- tgui/packages/tgui/interfaces/Changelog.js | 6 +++--- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/generate_documentation.yml b/.github/workflows/generate_documentation.yml index 3f3603538a..6276c962ab 100644 --- a/.github/workflows/generate_documentation.yml +++ b/.github/workflows/generate_documentation.yml @@ -20,7 +20,7 @@ jobs: run: | ~/dmdoc touch dmdoc/.nojekyll - echo https://splurt-station.github.io/S.P.L.U.R.T-Station-13/ > dmdoc/CNAME + echo https://venus-station.github.io/V.E.N.U.S-Station-13/ > dmdoc/CNAME - name: Deploy uses: JamesIves/github-pages-deploy-action@3.7.1 with: diff --git a/.github/workflows/make_changelogs.yml b/.github/workflows/make_changelogs.yml index c331ee6fc8..b5ef82438a 100644 --- a/.github/workflows/make_changelogs.yml +++ b/.github/workflows/make_changelogs.yml @@ -26,6 +26,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} #Use this instead if you have unprotected branches #GITHUB_TOKEN: ${{ secrets.CL_TOKEN }} - GIT_EMAIL: " 97993072+SPLURT-Station-Bot@users.noreply.github.com" - GIT_NAME: "SPLURT Bot" + GIT_EMAIL: " 97993072+VENUS-Station-Bot@users.noreply.github.com" + GIT_NAME: "VENUS Bot" run: python tools/changelog/generate_cl.py diff --git a/.github/workflows/round_id_linker.yml b/.github/workflows/round_id_linker.yml index b4d594f4ef..23f5ffb2ca 100644 --- a/.github/workflows/round_id_linker.yml +++ b/.github/workflows/round_id_linker.yml @@ -7,6 +7,6 @@ jobs: link_rounds: runs-on: ubuntu-20.04 steps: - - uses: SPLURT-Station/round_linker@master #notice: fork the round linkies from tg!! + - uses: VENUS-Station/round_linker@master #notice: fork the round linkies from tg!! with: repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 50851bd89b..df89558424 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -1511,7 +1511,7 @@ GLOBAL_LIST_EMPTY(preferences_datums) dat += "Preferred Chaos Amount: [p_chaos]
" //SPLURT Edit - dat += "

S.P.L.U.R.T. Preferences

" + dat += "

V.E.N.U.S. Preferences

" dat += "Be Antagonist Victim: [be_victim ? be_victim : BEVICTIM_ASK]
" dat += "Disable combat mode cursor: [disable_combat_cursor?"Yes":"No"]
" dat += "Splashscreen Player Panel Style: [(toggles & TG_PLAYER_PANEL)?"TG":"Old"]
" diff --git a/code/world.dm b/code/world.dm index a470d67164..02c16dfe20 100644 --- a/code/world.dm +++ b/code/world.dm @@ -17,7 +17,7 @@ view = "15x15" hub = "Exadv1.spacestation13" hub_password = "kMZy3U5jJHSiBQjr" - name = "SPLURT Station 13" + name = "VENUS Station 13" fps = 20 #ifdef FIND_REF_NO_CHECK_TICK loop_checks = FALSE diff --git a/modular_splurt/code/modules/client/preferences.dm b/modular_splurt/code/modules/client/preferences.dm index 4a39af798e..97ccf8228b 100644 --- a/modular_splurt/code/modules/client/preferences.dm +++ b/modular_splurt/code/modules/client/preferences.dm @@ -827,7 +827,7 @@ p_chaos = preferred_chaos dat += "Preferred Chaos Amount: [p_chaos]
" - dat += "

S.P.L.U.R.T. Preferences

" + dat += "

V.E.N.U.S. Preferences

" dat += "Be Antagonist Victim: [be_victim ? be_victim : BEVICTIM_ASK]
" dat += "Disable combat mode cursor: [disable_combat_cursor?"Yes":"No"]
" dat += "Splashscreen Player Panel Style: [(toggles & TG_PLAYER_PANEL)?"TG":"Old"]
" diff --git a/tgui/packages/tgui/interfaces/Changelog.js b/tgui/packages/tgui/interfaces/Changelog.js index 41b91809c2..c2c0a38404 100644 --- a/tgui/packages/tgui/interfaces/Changelog.js +++ b/tgui/packages/tgui/interfaces/Changelog.js @@ -176,7 +176,7 @@ export class Changelog extends Component { const header = (
-

S.P.L.U.R.T. Station 13

+

V.E.N.U.S. Station 13

Thanks to: Citadel Station 13, /tg/station, Baystation 12, /vg/station, @@ -187,11 +187,11 @@ export class Changelog extends Component {

{'Current project maintainers can be found '} - + here {', recent GitHub contributors can be found '} - + here .