Merge pull request #6752 from listerla/defib-charge

Defibrilators can be charged in rechargers
This commit is contained in:
Atermonera
2020-02-27 20:54:03 -08:00
committed by GitHub
3 changed files with 40 additions and 1 deletions
+3
View File
@@ -19,6 +19,9 @@
var/obj/item/weapon/shockpaddles/linked/paddles
var/obj/item/weapon/cell/bcell = null
/obj/item/device/defib_kit/get_cell()
return bcell
/obj/item/device/defib_kit/New() //starts without a cell for rnd
..()
if(ispath(paddles))