Skip to content

Commit

Permalink
Фикс невозможности извлечь батарейку из костюма ниндзи
Browse files Browse the repository at this point in the history
  • Loading branch information
PyotrIgn committed Oct 14, 2023
1 parent 2b0cb08 commit d135177
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions Resources/Prototypes/Entities/Clothing/OuterClothing/suits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,19 +117,26 @@
Piercing: 0.8
Heat: 0.8
- type: NinjaSuit
#- type: PowerCellSlot
# cellSlotId: cell_slot
# # throwing in a recharger would bypass glove charging mechanic
# fitsInCharger: false
#- type: ItemSlots
# slots:
# cell_slot:
# name: power-cell-slot-component-slot-name-default
# startingItem: PowerCellSmall
# #disableEject: true
- type: PowerCellSlot
cellSlotId: cell_slot
# throwing in a recharger would bypass glove charging mechanic
fitsInCharger: false
- type: ContainerContainer
containers:
cell_slot: !type:ContainerSlot
- type: ItemSlots
slots:
cell_slot:
name: power-cell-slot-component-slot-name-default
startingItem: PowerCellSmall
disableEject: true
- type: ContainerContainer
containers:
cell_slot: !type:ContainerSlot

- type: entity
parent: ClothingOuterBase
Expand Down

0 comments on commit d135177

Please sign in to comment.