Skip to content

Commit

Permalink
Updated standard battery for cooler (#13536)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominig12 authored Sep 18, 2024
1 parent 9d1f776 commit b5b41b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/devices/suit_cooling.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b5b41b6

Please sign in to comment.