Skip to content

Commit

Permalink
Merge branch 'master' into shadowkin
Browse files Browse the repository at this point in the history
  • Loading branch information
DEATHB4DEFEAT committed Oct 20, 2023
2 parents 3fa32e8 + 4f0117a commit 9000a6f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: PR Changelogs
concurrency: commit_action
on:
pull_request_target:
types: [closed]
Expand Down Expand Up @@ -48,6 +49,7 @@ jobs:

- name: Commit Changelog
run: |
git pull origin master
git add *.yml
git commit -m "${{ vars.CHANGELOG_MESSAGE }} (#${{ env.PR_NUMBER }})"
git push
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ We are happy to accept contributions from anybody. Get in Discord if you want to

## Building

Refer to [the space wizards guide](https://docs.spacestation14.io/getting-started/dev-setup) for general information about setting up a dev environment but keep in mind that Parkstation is a distant fork of space wizards' SS14 and not everything applies. We provide some scripts for making the job easier.
Refer to [the Space Wizards'](https://docs.spacestation14.com/en/general-development/setup/setting-up-a-development-environment.html) guide on setting up a def environment for general information, but keep in mind that Parkstation is a distant fork of space wizards' SS14 and not everything applies. We provide some scripts for making the job easier.

### Build dependencies

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
eorstats-slippedcount-totalslips = The crew slipped a {$timesSlipped} times this shift!
eorstats-slippedcount-totalslips = The crew slipped a total of {$timesSlipped} times this shift!
eorstats-slippedcount-none = The crew didn't slip at all this shift!
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Maps/parkstation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
stationProto: StandardNanotrasenStation
components:
- type: StationNameSetup
mapNameTemplate: '{0} Park Station {1}'
mapNameTemplate: '{0} Arborum {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: 'TG'
Expand Down

0 comments on commit 9000a6f

Please sign in to comment.