Skip to content

Commit

Permalink
fix4
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 committed Nov 11, 2023
1 parent c114438 commit 29bd588
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,12 +216,12 @@
sprite: ADT/Clothing/Head/Helmets/helmet_capitols.rsi
- type: Clothing
sprite: ADT/Clothing/Head/Helmets/helmet_capitols.rsi
quickEquip: true
##quickEquip: true
- type: IngestionBlocker
- type: IdentityBlocker
- type: PointLight
enabled: false
color: "#0000FF"
color: "#30d5c8"
radius: 7
energy: 1
- type: Armor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,14 @@
- type: Storage
maxItemSize: Small
maxTotalWeight: 2
- type: ContainerContainer
containers:
storagebase: !type:Container
ents: []
- type: UserInterface
interfaces:
- key: enum.StorageUiKey.Key
type: StorageBoundUserInterface
# to prevent bag open/honk spam
- type: UseDelay
delay: 0.5
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "on-equipped-HELMET",
"directions": 4
},
{
"name": "off-equipped-HELMET",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 29bd588

Please sign in to comment.