mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-19 19:27:29 +01:00
14 lines
391 B
Plaintext
14 lines
391 B
Plaintext
/obj/item/stock_parts/cell/vortex
|
|
name = "vortex power cell"
|
|
desc = "A rechargeable transdimensional power cell."
|
|
icon = 'modular_sand/icons/obj/power.dmi'
|
|
icon_state = "vortexcell"
|
|
maxcharge = 60000
|
|
custom_materials = list(/datum/material/glass=600)
|
|
chargerate = 3000 //Recharges slowly.
|
|
self_recharge = 1
|
|
rating = 6
|
|
|
|
/obj/item/stock_parts/cell/vortex/empty
|
|
start_charged = FALSE
|