Fixes borgs not being able to check their laws in crit (#34133)
* fix * fix2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user