Defibrilators can be charged in rechargers

This commit is contained in:
lemon
2020-02-25 14:27:40 -05:00
parent 03a01035f0
commit 1cd2835e1b
2 changed files with 4 additions and 1 deletions

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))