Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Изменена стандартная батарея у охлаждающего устройства для ригов #13536

Merged
merged 8 commits into from
Sep 18, 2024
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
Loading