Skip to content

Commit

Permalink
Merge pull request #1228 from hivehum/dronemap
Browse files Browse the repository at this point in the history
drones can now play music and always access a map
  • Loading branch information
Darkmajia authored Jan 6, 2025
2 parents 18b4beb + 784172d commit 67d5a92
Showing 1 changed file with 13 additions and 0 deletions.
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

0 comments on commit 67d5a92

Please sign in to comment.