Skip to content

Commit

Permalink
Add some more stuff to AI whitelist (#31564)
Browse files Browse the repository at this point in the history
* Add some more stuff to AI whitelist

* by the nine
  • Loading branch information
metalgearsloth authored Aug 28, 2024
1 parent ed6649b commit 783621b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
placement:
mode: SnapgridCenter
components:
- type: StationAiWhitelist
- type: Sprite
sprite: Structures/Doors/Shutters/shutters.rsi
drawdepth: BlastDoors
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
Brute:
collection: GlassSmash
- type: InteractionOutline
- type: StationAiWhitelist
- type: Physics
- type: Fixtures
fixtures:
Expand Down Expand Up @@ -130,6 +131,8 @@
layoutId: Airlock
- type: UserInterface
interfaces:
enum.AiUi.Key:
type: StationAiBoundUserInterface
enum.WiresUiKey.Key:
type: WiresBoundUserInterface
- type: Appearance
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@
InUse: camera_in_use
- type: UserInterface
interfaces:
enum.AiUi.Key:
type: StationAiBoundUserInterface
enum.SurveillanceCameraSetupUiKey.Camera:
type: SurveillanceCameraSetupBoundUi
enum.WiresUiKey.Key:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
snap:
- Wallmount
components:
- type: StationAiWhitelist
- type: WallMount
arc: 360
- type: Clickable
Expand Down Expand Up @@ -49,6 +50,7 @@
snap:
- Wallmount
components:
- type: StationAiWhitelist
- type: WallMount
arc: 360
- type: Clickable
Expand Down Expand Up @@ -146,6 +148,7 @@
placement:
mode: SnapgridCenter
components:
- type: StationAiWhitelist
- type: Clickable
- type: InteractionOutline
- type: Sprite
Expand Down

0 comments on commit 783621b

Please sign in to comment.