Fixes borgs not being able to check their laws in crit (#34133)
* fix * fix2
This commit is contained in:
parent
dc90fab006
commit
9158d76fc1
4 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -44,6 +44,8 @@
|
|||
description: View the laws that you must follow.
|
||||
components:
|
||||
- type: InstantAction
|
||||
checkCanInteract: false
|
||||
checkConsciousness: false
|
||||
priority: -3
|
||||
itemIconStyle: NoItem
|
||||
icon:
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@
|
|||
interfaces:
|
||||
enum.SiliconLawsUiKey.Key:
|
||||
type: SiliconLawBoundUserInterface
|
||||
requireInputValidation: false
|
||||
enum.BorgUiKey.Key:
|
||||
type: BorgBoundUserInterface
|
||||
enum.StrippingUiKey.Key:
|
||||
|
|
|
|||
|
|
@ -424,6 +424,7 @@
|
|||
interfaces:
|
||||
enum.SiliconLawsUiKey.Key:
|
||||
type: SiliconLawBoundUserInterface
|
||||
requireInputValidation: false
|
||||
- type: ComplexInteraction
|
||||
- type: Actions
|
||||
- type: Access
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue