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

Fixes borgs not being able to check their laws in crit #34133

Merged
merged 2 commits into from
Dec 31, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions Resources/Prototypes/Actions/borgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
description: View the laws that you must follow.
components:
- type: InstantAction
checkCanInteract: false
checkConsciousness: false
itemIconStyle: NoItem
icon:
sprite: Interface/Actions/actions_borg.rsi
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Actions/station_ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
description: View the laws that you must follow.
components:
- type: InstantAction
checkCanInteract: false
checkConsciousness: false
priority: -3
itemIconStyle: NoItem
icon:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
interfaces:
enum.SiliconLawsUiKey.Key:
type: SiliconLawBoundUserInterface
requireInputValidation: false
enum.BorgUiKey.Key:
type: BorgBoundUserInterface
enum.StrippingUiKey.Key:
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Entities/Mobs/Player/silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@
interfaces:
enum.SiliconLawsUiKey.Key:
type: SiliconLawBoundUserInterface
requireInputValidation: false
- type: ComplexInteraction
- type: Actions
- type: Access
Expand Down
Loading