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:
Enric Gabriel
2020-07-23 19:08:54 -03:00
committed by GitHub
co-authored by TrilbySpaceClone Trilbyspaceclone
parent b064d45f00
commit 309803771b
8 changed files with 150 additions and 2 deletions
+13
View File
@@ -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"