Merge pull request #10804 from VOREStation/Icons/stockparts

Port Eris stock parts icons
This commit is contained in:
Aronai Sieyes
2021-07-03 20:32:35 +00:00
committed by Chompstation Bot
parent 654ef75433
commit 6072dc7915
3 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -36,7 +36,7 @@
origin_tech = list(TECH_DATA = 8, TECH_POWER = 8, TECH_PHORON = 8, TECH_ENGINEERING = 8)
req_components = list(
/obj/item/stack/cable_coil = 5,
/obj/item/weapon/stock_parts/capacitor/omni = 1)
/obj/item/weapon/stock_parts/capacitor/hyper = 1)
/obj/item/weapon/circuitboard/machine/abductor/core/hybrid
name = T_BOARD("void generator (hybrid)")
@@ -45,8 +45,8 @@
origin_tech = list(TECH_DATA = 8, TECH_POWER = 8, TECH_PHORON = 8, TECH_ENGINEERING = 8)
req_components = list(
/obj/item/stack/cable_coil = 5,
/obj/item/weapon/stock_parts/capacitor/omni = 1,
/obj/item/weapon/stock_parts/micro_laser/omni = 1)
/obj/item/weapon/stock_parts/capacitor/hyper = 1,
/obj/item/weapon/stock_parts/micro_laser/hyper = 1)
// Radioisotope Thermoelectric Generator (RTG)
// Simple power generator that would replace "magic SMES" on various derelicts.
+1 -1
View File
@@ -710,7 +710,7 @@
component_parts -= cap
qdel(cap)
component_parts += new /obj/item/weapon/stock_parts/capacitor/omni(src)
component_parts += new /obj/item/weapon/stock_parts/capacitor/hyper(src)
component_parts += new /obj/item/weapon/smes_coil/super_capacity(src)
RefreshParts()
current_energy = max_energy
Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 83 KiB