defibrillator ![code/game/objects/items/defib.dm 5](git.png)
Vars | |
cell_removable | If the cell can be removed via screwdriver |
---|---|
charge_state | The icon state for the charge bar overlay, not applied if null |
combat | If true, revive through space suits, allow for combat shocking |
cooldown_duration | How long does it take to recharge |
emagged_state | The icon state for the emagged overlay, not applied if null |
nocell_state | The icon state for the missing cell overlay, not applied if null |
on | If the paddles are equipped (1) or on the defib (0) |
paddle_state | The icon state for the paddle overlay, not applied if null |
powered | If there's a cell in the defib with enough power for a revive, blocks paddles from reviving otherwise |
powered_state | The icon state for the powered on overlay, not applied if null |
safety | If you can zap people with the defibs on harm mode |
Var Details
cell_removable ![code/game/objects/items/defib.dm 29](git.png)
If the cell can be removed via screwdriver
charge_state ![code/game/objects/items/defib.dm 41](git.png)
The icon state for the charge bar overlay, not applied if null
combat ![code/game/objects/items/defib.dm 33](git.png)
If true, revive through space suits, allow for combat shocking
cooldown_duration ![code/game/objects/items/defib.dm 35](git.png)
How long does it take to recharge
emagged_state ![code/game/objects/items/defib.dm 45](git.png)
The icon state for the emagged overlay, not applied if null
nocell_state ![code/game/objects/items/defib.dm 43](git.png)
The icon state for the missing cell overlay, not applied if null
on ![code/game/objects/items/defib.dm 23](git.png)
If the paddles are equipped (1) or on the defib (0)
paddle_state ![code/game/objects/items/defib.dm 37](git.png)
The icon state for the paddle overlay, not applied if null
powered ![code/game/objects/items/defib.dm 27](git.png)
If there's a cell in the defib with enough power for a revive, blocks paddles from reviving otherwise
powered_state ![code/game/objects/items/defib.dm 39](git.png)
The icon state for the powered on overlay, not applied if null
safety ![code/game/objects/items/defib.dm 25](git.png)
If you can zap people with the defibs on harm mode