mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 01:15:13 +01:00
Fix borg defib module throwing an exception (#32260)
ToggleCellDraw was erroneously added to the parent prototype instead of the one that actually has a battery.
This commit is contained in:
committed by
GitHub
parent
61089355f0
commit
eca63a4603
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user