Skip to content

Commit

Permalink
Merge branch 'master' into 2025-01-10-LobbyMusic
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 authored Jan 10, 2025
2 parents fb6ad98 + 709d121 commit aebe407
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Resources/Changelog/Frontier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6298,3 +6298,9 @@ Entries:
message: Dresses added to contractor loadout.
id: 5640
time: '2025-01-09T19:55:37.0000000+00:00'
- author: Alkheemist
changes:
- type: Fix
message: Accentless now works on goblins.
id: 5641
time: '2025-01-10T11:01:45.0000000+00:00'
7 changes: 7 additions & 0 deletions Resources/Maps/_NF/Shuttles/Scrap/tide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,13 @@ entities:
- type: Transform
pos: 0.5,7.5
parent: 2
- proto: SpawnPointLatejoin
entities:
- uid: 137
components:
- type: Transform
pos: 2.5,0.5
parent: 2
- proto: Stool
entities:
- uid: 170
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Traits/speech.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
components:
- type: Accentless
removes:
- type: GoblinAccent # Frontier
- type: LizardAccent
- type: MothAccent
- type: ReplacementAccent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@
parent:
- MobHumanoidHostileBase
- MobHumanoidHostileAISimpleMelee
- NFMobRestrictions
id: MobExperimentationVictim
categories: [ HideSpawnMenu ]
components:
Expand All @@ -501,6 +502,10 @@
- type: HTN
rootTask:
task: SimpleHumanoidHostileCompound
- type: NFSalvageMobRestrictions
despawnIfOffLinkedGrid: false
addComponentsOnDeath: []
removeComponentsOnDeath: []

# Syndicate Commander, "armed" with AK
- type: entity
Expand Down
5 changes: 5 additions & 0 deletions Resources/Prototypes/_NF/Entities/Mobs/NPCs/silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
parent:
- MobCleanBot
- BaseC3SyndicateContrabandNoValue
- NFMobRestrictions
id: MobCleanBotSyndie
name: syndicate cleanbot
description: The creep of automation now threatening space janitors with a knife.
Expand All @@ -59,3 +60,7 @@
- type: HTN
rootTask:
task: CleanbotCompound
- type: NFSalvageMobRestrictions
despawnIfOffLinkedGrid: false
addComponentsOnDeath: []
removeComponentsOnDeath: []

0 comments on commit aebe407

Please sign in to comment.