Add anchorable flags (#25667)
Added it to cargo pallet and the ATS puter. Small steps. Also moved the log until the anchoring is actually confirmed to prevent dummy logs.
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
components:
|
||||
- type: InteractionOutline
|
||||
- type: Anchorable
|
||||
flags:
|
||||
- Anchorable
|
||||
- type: CollideOnAnchor
|
||||
- type: Physics
|
||||
canCollide: false
|
||||
|
||||
@@ -964,6 +964,9 @@
|
||||
state: request
|
||||
- map: ["computerLayerKeys"]
|
||||
state: tech_key
|
||||
- type: Anchorable
|
||||
flags:
|
||||
- Anchorable
|
||||
- type: CargoPalletConsole
|
||||
- type: ActivatableUI
|
||||
key: enum.CargoPalletConsoleUiKey.Sale
|
||||
|
||||
Reference in New Issue
Block a user