Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaDaimond committed Sep 8, 2024
2 parents 4c7c1fe + 9096c0e commit bc020c4
Show file tree
Hide file tree
Showing 30 changed files with 59 additions and 78 deletions.
1 change: 0 additions & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- name: Checkout Master
uses: actions/checkout@v3
with:
token: ${{ secrets.BOT_TOKEN }}
ref: ${{ vars.CHANGELOG_BRANCH }}

- name: Setup Git
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/close-master-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
steps:
- uses: superbrothers/close-pull-request@v3
with:
github_token: ${{ secrets.BOT_TOKEN }}
comment: "Благодарим вас за вклад в наш репозиторий. К сожалению, похоже, что вы отправили ПР из master ветки. Мы рекомендуем вам следовать [документации](https://docs.spacestation14.com/en/general-development/setup/git-for-the-ss14-developer.html). \n\n Вы можете перенести свою текущую работу из основной ветки в другую ветку с помощью [создания новой](https://git-scm.com/docs/git-branch) и [очистки](https://git-scm.com/docs/git-reset) master ветки."

# If you prefer to just comment on the pr and not close it, uncomment the bellow and comment the above
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conflict-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
uses: ike709/actions-label-merge-conflict@9eefdd17e10566023c46d2dc6dc04fcb8ec76142
with:
dirtyLabel: "Статус: Конфликт"
repoToken: "${{ secrets.BOT_TOKEN }}"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
commentOnDirty: "В этом ПР'е есть конфликты, пожалуйста, устраните их, прежде чем мы сможем оценить ваш ПР."
2 changes: 0 additions & 2 deletions .github/workflows/labeler-needsreview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
- uses: actions-ecosystem/action-add-labels@v1
with:
labels: "Статус: Требуется одобрение"
repo-token: "${{ secrets.BOT_TOKEN }}"
- uses: actions-ecosystem/action-remove-labels@v1
with:
labels: "Статус: Ожидание изменений"
repo-token: "${{ secrets.BOT_TOKEN }}"
2 changes: 1 addition & 1 deletion .github/workflows/labeler-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.BOT_TOKEN }}"
repo-token: "${{ secrets.GITHUB_TOKEN }}"
3 changes: 0 additions & 3 deletions .github/workflows/rsi-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
uses: peter-evans/create-or-update-comment@v1
with:
issue-number: ${{ github.event.number }}
token: ${{ secrets.BOT_TOKEN }}
body: |
${{ steps.diff.outputs.summary-details }}
Expand All @@ -53,7 +52,6 @@ jobs:
uses: peter-evans/create-or-update-comment@v1
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
token: ${{ secrets.BOT_TOKEN }}
edit-mode: replace
body: |
${{ steps.diff.outputs.summary-details }}
Expand All @@ -63,7 +61,6 @@ jobs:
uses: peter-evans/create-or-update-comment@v1
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
token: ${{ secrets.BOT_TOKEN }}
edit-mode: append
body: |
Edit: diff updated after ${{ github.event.pull_request.head.sha }}
5 changes: 1 addition & 4 deletions .github/workflows/test-secrets1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@ name: YAML Linter Secrets
on:
push:
branches: [ master, staging, trying ]
merge_group:
pull_request:
types: [ opened, reopened, synchronize, ready_for_review ]

jobs:
build:
name: YAML Linter Secrets
if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'DeltaV-Bot' && github.actor != 'SimpleStation14' && github.actor != 'Lost-Paradise-Bot'
if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'DeltaV-Bot' && github.actor != 'SimpleStation14' && github.actor != 'Lost-Paradise-Bot' && github.repository == 'Lost-Paradise-Project/Lost-Paradise'
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
Expand Down
14 changes: 1 addition & 13 deletions .github/workflows/test-secrets2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,11 @@ on:
# why not just do both
- 'RobustToolbox'
- 'RobustToolbox/**'
merge_group:
pull_request:
types: [ opened, reopened, synchronize, ready_for_review ]
branches: [ master ]
paths:
- '**.cs'
- '**.csproj'
- '**.sln'
- '**.git**'
- '**.yml'
- 'RobustToolbox'
- 'RobustToolbox/**'

jobs:
build:
name: Test Packaging Secrets
if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'Lost-Paradise-Bot'
if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'Lost-Paradise-Bot' && github.repository == 'Lost-Paradise-Project/Lost-Paradise
runs-on: ubuntu-latest

steps:
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/test-secrets3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@

on:
push:
branches: [ master, staging, trying ]
merge_group:
pull_request:
types: [ opened, reopened, synchronize, ready_for_review ]
branches: [ master ]
branches: [ master, staging, trying ]]

jobs:
build:
if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'DeltaV-Bot' && github.actor != 'SimpleStation14' && github.actor != 'Lost-Paradise-Bot'
if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'DeltaV-Bot' && github.actor != 'SimpleStation14' && github.actor != 'Lost-Paradise-Bot' && github.repository == 'Lost-Paradise-Project/Lost-Paradise
strategy:
matrix:
os: [ubuntu-latest]
Expand Down
7 changes: 7 additions & 0 deletions Resources/Changelog/ChangelogLPP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,10 @@ Entries:
id: 20
time: '2024-09-07T18:06:06.0000000+00:00'
url: https://github.com/Lost-Paradise-Project/Lost-Paradise/pull/85
- author: JayJacobs
changes:
- type: Tweak
message: Изменены иконки интентов.
id: 21
time: '2024-09-08T11:38:09.0000000+00:00'
url: https://github.com/Lost-Paradise-Project/Lost-Paradise/pull/90
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
species: Vulpkanin
- type: Hunger
baseDecayRate: 0.02083333332 # 25% more than default
- type: Carriable # Carrying system from nyanotrasen.
#- type: Carriable # Carrying system from nyanotrasen.
- type: Inventory # Allows vulps to wear properly shaped helmets
speciesId: vulpkanin
- type: Thirst
Expand Down
60 changes: 30 additions & 30 deletions Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- map: ["enum.DamageStateVisualLayers.Base"]
state: bat
sprite: Mobs/Animals/bat.rsi
- type: Carriable
#- type: Carriable
- type: Speech
speechSounds: Squeak
speechVerb: SmallMob
Expand Down Expand Up @@ -189,8 +189,8 @@
noMovementLayers:
movement:
state: chicken-0
- type: Carriable
freeHandsRequired: 1
#- type: Carriable
# freeHandsRequired: 1
- type: Fixtures
fixtures:
fix1:
Expand Down Expand Up @@ -589,8 +589,8 @@
- MobMask
layer:
- MobLayer
- type: Carriable
freeHandsRequired: 1
#- type: Carriable
# freeHandsRequired: 1
- type: Tag
tags:
- DoorBumpOpener
Expand Down Expand Up @@ -850,8 +850,8 @@
noMovementLayers:
movement:
state: crab
- type: Carriable
freeHandsRequired: 1
#- type: Carriable
# freeHandsRequired: 1
- type: Physics
- type: Fixtures
fixtures:
Expand Down Expand Up @@ -919,7 +919,7 @@
- map: ["enum.DamageStateVisualLayers.Base"]
state: goat
sprite: Mobs/Animals/goat.rsi
- type: Carriable
#- type: Carriable
- type: Fixtures
fixtures:
fix1:
Expand Down Expand Up @@ -1011,7 +1011,7 @@
- map: ["enum.DamageStateVisualLayers.Base"]
state: goose
sprite: Mobs/Animals/goose.rsi
- type: Carriable
#- type: Carriable
- type: Fixtures
fixtures:
fix1:
Expand Down Expand Up @@ -1258,7 +1258,7 @@
sprite: "Effects/creampie.rsi"
state: "creampie_human"
visible: false
- type: Carriable
#- type: Carriable
- type: Hands
- type: GenericVisualizer
visuals:
Expand Down Expand Up @@ -1784,7 +1784,7 @@
- map: ["enum.DamageStateVisualLayers.Base"]
state: lizard
sprite: Mobs/Animals/lizard.rsi
- type: Carriable
#- type: Carriable
- type: Physics
- type: Fixtures
fixtures:
Expand Down Expand Up @@ -1839,8 +1839,8 @@
- map: ["enum.DamageStateVisualLayers.Base"]
state: slug
sprite: Mobs/Animals/slug.rsi
- type: Carriable
freeHandsRequired: 1
#- type: Carriable
# freeHandsRequired: 1
- type: Physics
- type: Fixtures
fixtures:
Expand Down Expand Up @@ -1893,7 +1893,7 @@
noMovementLayers:
movement:
state: frog
- type: Carriable
#- type: Carriable
- type: Physics
- type: Fixtures
fixtures:
Expand Down Expand Up @@ -1957,8 +1957,8 @@
- map: ["enum.DamageStateVisualLayers.Base"]
state: parrot
sprite: Mobs/Animals/parrot.rsi
- type: Carriable
freeHandsRequired: 1
#- type: Carriable
# freeHandsRequired: 1
- type: Fixtures
fixtures:
fix1:
Expand Down Expand Up @@ -2014,7 +2014,7 @@
- map: ["enum.DamageStateVisualLayers.Base"]
state: penguin
sprite: Mobs/Animals/penguin.rsi
- type: Carriable
#- type: Carriable
- type: Physics
- type: Fixtures
fixtures:
Expand Down Expand Up @@ -2148,7 +2148,7 @@
- map: ["enum.DamageStateVisualLayers.Base"]
state: snake
sprite: Mobs/Animals/snake.rsi
- type: Carriable
#- type: Carriable
- type: Physics
- type: Fixtures
fixtures:
Expand Down Expand Up @@ -2211,7 +2211,7 @@
noMovementLayers:
movement:
state: tarantula
- type: Carriable
#- type: Carriable
- type: Physics
- type: Fixtures
fixtures:
Expand Down Expand Up @@ -2397,7 +2397,7 @@
layers:
- map: ["enum.DamageStateVisualLayers.Base"]
state: possum
- type: Carriable
#- type: Carriable
- type: Physics
- type: Fixtures
fixtures:
Expand Down Expand Up @@ -2479,7 +2479,7 @@
layers:
- map: ["enum.DamageStateVisualLayers.Base"]
state: raccoon
- type: Carriable
#- type: Carriable
- type: Physics
- type: Fixtures
fixtures:
Expand Down Expand Up @@ -2549,7 +2549,7 @@
noMovementLayers:
movement:
state: fox
- type: Carriable
#- type: Carriable
- type: Physics
- type: Fixtures
fixtures:
Expand Down Expand Up @@ -2630,7 +2630,7 @@
layers:
- map: ["enum.DamageStateVisualLayers.Base"]
state: corgi
- type: Carriable
#- type: Carriable
- type: Physics
- type: Speech
speechVerb: Canine
Expand Down Expand Up @@ -2787,7 +2787,7 @@
layers:
- map: ["enum.DamageStateVisualLayers.Base"]
state: cat
- type: Carriable
#- type: Carriable
- type: Physics
- type: Fixtures
fixtures:
Expand Down Expand Up @@ -2978,8 +2978,8 @@
Base: kitten_dead
Dead:
Base: kitten_dead
- type: Carriable
freeHandsRequired: 1
#- type: Carriable
# freeHandsRequired: 1
- type: Butcherable
spawned:
- id: FoodMeat
Expand Down Expand Up @@ -3021,7 +3021,7 @@
layers:
- map: ["enum.DamageStateVisualLayers.Base"]
state: sloth
- type: Carriable
#- type: Carriable
- type: Physics
- type: Fixtures
fixtures:
Expand Down Expand Up @@ -3088,7 +3088,7 @@
layers:
- map: ["enum.DamageStateVisualLayers.Base"]
state: ferret
- type: Carriable
#- type: Carriable
- type: Physics
- type: Fixtures
fixtures:
Expand Down Expand Up @@ -3298,7 +3298,7 @@
- map: ["enum.DamageStateVisualLayers.Base"]
state: pig
sprite: Mobs/Animals/pig.rsi
- type: Carriable
#- type: Carriable
- type: Fixtures
fixtures:
fix1:
Expand Down Expand Up @@ -3374,7 +3374,7 @@
- map: ["enum.DamageStateVisualLayers.Base"]
state: nymph
sprite: Mobs/Animals/nymph.rsi
- type: Carriable
#- type: Carriable
- type: Physics
- type: Fixtures
fixtures:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Mobs/NPCs/carp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
layers:
- map: [ "enum.DamageStateVisualLayers.Base" ]
state: alive
- type: Carriable # This one is for you, deltanedas o7
#- type: Carriable # This one is for you, deltanedas o7
- type: CombatMode
- type: Physics
- type: Fixtures
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@
description: He's da mini rat. He don't make da roolz.
noSpawn: true #Must be configured to a King or the AI breaks.
components:
- type: Carriable
freeHandsRequired: 1
#- type: Carriable
# freeHandsRequired: 1
- type: CombatMode
- type: MovementSpeedModifier
baseWalkSpeed : 3.5
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Mobs/NPCs/slimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
layers:
- map: [ "enum.DamageStateVisualLayers.Base" ]
state: blue_adult_slime
- type: Carriable
#- type: Carriable
- type: Fixtures
fixtures:
fix1:
Expand Down
Loading

0 comments on commit bc020c4

Please sign in to comment.