Skip to content

Commit

Permalink
Merge branch 'master' into AsteriskEdgeAntiqueGun&MetemMachine
Browse files Browse the repository at this point in the history
  • Loading branch information
IamVelcroboy authored Feb 20, 2024
2 parents 7498a37 + 101d478 commit d796659
Show file tree
Hide file tree
Showing 8 changed files with 4,600 additions and 5,825 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
username: ${{ secrets.PUBLISH_USER }}
key: ${{ secrets.PUBLISH_KEY }}
port: ${{ secrets.PUBLISH_PORT }}
script: /home/${{ secrets.PUBLISH_USER }}/publish/push.ps1 ${{ github.sha }}
script: /home/deltav/publish/push.ps1 ${{ github.sha }}

- name: Publish changelog (Discord)
run: Tools/actions_changelogs_since_last_run.py
Expand Down
1,864 changes: 829 additions & 1,035 deletions Resources/Maps/arena.yml

Large diffs are not rendered by default.

3,793 changes: 1,685 additions & 2,108 deletions Resources/Maps/hammurabi.yml

Large diffs are not rendered by default.

2,184 changes: 912 additions & 1,272 deletions Resources/Maps/hive.yml

Large diffs are not rendered by default.

2,548 changes: 1,156 additions & 1,392 deletions Resources/Maps/tortuga.yml

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions Resources/Migrations/deltaMigrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ ClothingHeadHoodMystic: ClothingHeadHoodMysta
VendingMachineMailDrobe: VendingMachineCourierDrobe

#Delta V temporary changes. Remove When items are added.
MetempsychoticMachine: CloningPod
MetempsychoticMachineCircuitboard: CloningPodMachineCircuitboard
ComputerShipyard: ComputerBroken
ShipyardComputerCircuitboard: null
SpawnMobGolemCult: null
Expand Down
8 changes: 5 additions & 3 deletions Resources/Prototypes/GameRules/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,11 @@
prob: 0.02
- id: MobMouse2
prob: 0.02
specialEntries:
- id: SpawnPointGhostRatKing
prob: 0.005
# DeltaV - Rat King spawns under MidRoundAntag - Comment out Rat King from spawning with MouseMigration gamerule
# specialEntries:
# - id: SpawnPointGhostRatKing
# prob: 0.005
# End of modified code

- type: entity
id: CockroachMigration
Expand Down
24 changes: 12 additions & 12 deletions Resources/Prototypes/Nyanotrasen/GameRules/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
earliestStart: 15
- type: NoosphericStormRule

# Rat king, paradox anomaly, fugitive, oneiro, etc.
#- type: entity
# id: MidRoundAntag
# parent: BaseGameRule
# noSpawn: true
# components:
# - type: StationEvent
# weight: 7
# reoccurrenceDelay: 5
# minimumPlayers: 15
# earliestStart: 25
# - type: MidRoundAntagRule
# Rat king and paradox anomaly.
- type: entity
id: MidRoundAntag
parent: BaseGameRule
noSpawn: true
components:
- type: StationEvent
weight: 7
reoccurrenceDelay: 5
minimumPlayers: 15
earliestStart: 25
- type: MidRoundAntagRule

# Base glimmer event
- type: entity
Expand Down

0 comments on commit d796659

Please sign in to comment.