Merge pull request #1469 from Nerezza/DefaultCoolerCell

Upgrades default suit cooler cell
This commit is contained in:
Neerti
2016-04-25 14:36:48 -04:00

View File

@@ -31,7 +31,7 @@
/obj/item/device/suit_cooling_unit/New()
processing_objects |= src
cell = new/obj/item/weapon/cell() //comes with the crappy default power cell - high-capacity ones shouldn't be hard to find
cell = new/obj/item/weapon/cell/high() //comes not with the crappy default power cell - because this is dedicated EVA equipment
cell.loc = src
/obj/item/device/suit_cooling_unit/process()