Merge pull request #11302 from Citadel-Station-13/kevinz000-patch-21

fixes compact defibs starting with a 1k instead of 10k cell
This commit is contained in:
Ghom
2020-03-02 16:11:55 +01:00
committed by GitHub
+2 -4
View File
@@ -242,10 +242,8 @@
if(slot == user.getBeltSlot())
return TRUE
/obj/item/defibrillator/compact/loaded/Initialize()
. = ..()
cell = new(src)
update_power()
/obj/item/defibrillator/compact/loaded
cell = /obj/item/stock_parts/cell/high
/obj/item/defibrillator/compact/combat
name = "combat defibrillator"