Skip to content

Commit

Permalink
funny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanedas committed Nov 22, 2024
1 parent 98ea5d0 commit 33f71f5
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- type: entity
parent: Clothing
id: PortableRecharger
name: portable recharger
description: High-tech recharger adapted for portability
name: portable recharger
description: High-tech recharger adapted for portability.
components:
- type: Item
size: Huge
Expand All @@ -25,11 +25,14 @@
price: 500
- type: Tag
tags: [] # ignore "WhitelistChameleon" tag
- type: ContainerContainer
containers:
charger_slot: !type:ContainerSlot
- type: ItemSlots
slots:
charger_slot:
ejectOnInteract: true
whitelist:
components:
- HitscanBatteryAmmoProvider
- ProjectileBatteryAmmoProvider
- ProjectileBatteryAmmoProvider

0 comments on commit 33f71f5

Please sign in to comment.