Skip to content

Commit

Permalink
Fix borg defib module throwing an exception (#32260)
Browse files Browse the repository at this point in the history
ToggleCellDraw was erroneously added to the parent prototype instead of the one that actually has a battery.
  • Loading branch information
PJB3005 authored and deltanedas committed Sep 22, 2024
1 parent 0535e3e commit 100e525
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
- type: GuideHelp
guides:
- Medical Doctor
- type: ToggleCellDraw

- type: entity
id: Defibrillator
parent: [ BaseDefibrillator, PowerCellSlotMediumItem ]
components:
- type: MultiHandedItem
- type: ToggleCellDraw
- type: PowerCellDraw
useRate: 100

Expand Down

0 comments on commit 100e525

Please sign in to comment.