diff --git a/code/game/objects/items/devices/suit_cooling.dm b/code/game/objects/items/devices/suit_cooling.dm index 883cdfd0ed0..81aa27d479c 100644 --- a/code/game/objects/items/devices/suit_cooling.dm +++ b/code/game/objects/items/devices/suit_cooling.dm @@ -29,7 +29,7 @@ /obj/item/device/suit_cooling_unit/atom_init() . = ..() - cell = new(src) // comes with the crappy default power cell - high-capacity ones shouldn't be hard to find + cell = new /obj/item/weapon/stock_parts/cell/high(src) /obj/item/device/suit_cooling_unit/Destroy() QDEL_NULL(cell)