mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-25 22:29:30 +01:00
T5 parts (#28)
* :D * Update chem_dispenser.dm * Update chem_dispenser.dm * D: * Update power_designs.dm Co-authored-by: TrilbySpaceClone <trilbyspaseclone@gmail.com> Co-authored-by: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com>
This commit is contained in:
co-authored by
TrilbySpaceClone
Trilbyspaceclone
parent
b064d45f00
commit
309803771b
@@ -266,6 +266,19 @@
|
||||
/obj/item/stock_parts/cell/bluespace/empty
|
||||
start_charged = FALSE
|
||||
|
||||
/obj/item/stock_parts/cell/vortex
|
||||
name = "vortex power cell"
|
||||
desc = "A rechargeable transdimensional power cell."
|
||||
icon_state = "bscell"
|
||||
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
|
||||
|
||||
/obj/item/stock_parts/cell/infinite
|
||||
name = "infinite-capacity power cell!"
|
||||
icon_state = "icell"
|
||||
|
||||
Reference in New Issue
Block a user