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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user