Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drones can now play music and always access a map #1228

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Player/silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,12 @@
- HighRiskItem
components:
- Contraband
- type: PAI # imp; this is added specifically for the internal station map feature but the other aspects are not especially against the identity of drones. and i dont want to put the work into ECS-ifying PAIComponent
- type: Instrument # imp
allowPercussion: false
handheld: false
bank: 1
program: 2
- type: Loadout # imp special. this replaces the InnateTool component.
prototypes:
- StartingGearDroneTools
Expand All @@ -763,6 +769,13 @@
type: StrippableBoundUserInterface
enum.SiliconLawsUiKey.Key:
type: SiliconLawBoundUserInterface
enum.InstrumentUiKey.Key: #imp
type: InstrumentBoundUserInterface
requireInputValidation: false
enum.StationMapUiKey.Key: #imp
type: StationMapBoundUserInterface
requireInputValidation: false
- type: StationMap #imp
- type: GhostRole
makeSentient: true
name: Maintenance Drone
Expand Down
Loading