added get_cell() proc to remaining items using cells

This commit is contained in:
Arkatos1
2019-05-18 23:52:18 +02:00
parent e000e29b09
commit fdd2ca94d4
16 changed files with 47 additions and 7 deletions
+3
View File
@@ -23,6 +23,9 @@
var/obj/item/stock_parts/cell/high/bcell = null
var/combat = 0 //can we revive through space suits?
/obj/item/defibrillator/get_cell()
return bcell
/obj/item/defibrillator/New() //starts without a cell for rnd
..()
paddles = make_paddles()