mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-15 02:03:48 +01:00
Merge pull request #2350 from CHOMPStationBot/upstream-merge-10804
[MIRROR] Port Eris stock parts icons
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user