mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Merge pull request #6183 from Mechoid/FixPrecursotechOversights
Fixes some Precursotech oversights.
This commit is contained in:
@@ -520,3 +520,12 @@
|
|||||||
/obj/item/weapon/cigbutt,
|
/obj/item/weapon/cigbutt,
|
||||||
/obj/item/weapon/cigbutt/cigarbutt,
|
/obj/item/weapon/cigbutt/cigarbutt,
|
||||||
/obj/effect/decal/remains/mouse)
|
/obj/effect/decal/remains/mouse)
|
||||||
|
|
||||||
|
/obj/random/janusmodule
|
||||||
|
name = "random janus circuit"
|
||||||
|
desc = "A random (possibly broken) Janus module."
|
||||||
|
icon = 'icons/obj/abductor.dmi'
|
||||||
|
icon_state = "circuit_damaged"
|
||||||
|
|
||||||
|
/obj/random/janusmodule/item_to_spawn()
|
||||||
|
return pick(subtypesof(/obj/item/weapon/circuitboard/mecha/imperion))
|
||||||
|
|||||||
@@ -275,6 +275,8 @@
|
|||||||
return
|
return
|
||||||
|
|
||||||
/obj/item/stack/material/supermatter/attack_hand(mob/user)
|
/obj/item/stack/material/supermatter/attack_hand(mob/user)
|
||||||
|
. = ..()
|
||||||
|
|
||||||
update_mass()
|
update_mass()
|
||||||
radiation_repository.radiate(src, 5 + amount)
|
radiation_repository.radiate(src, 5 + amount)
|
||||||
var/mob/living/M = user
|
var/mob/living/M = user
|
||||||
|
|||||||
@@ -58,6 +58,15 @@
|
|||||||
build_path = /obj/item/weapon/weldingtool/experimental/hybrid
|
build_path = /obj/item/weapon/weldingtool/experimental/hybrid
|
||||||
sort_string = "PATCW"
|
sort_string = "PATCW"
|
||||||
|
|
||||||
|
/datum/design/item/precursor/janusmodule
|
||||||
|
name = "Blackbox Circuit Datamass"
|
||||||
|
desc = "A design that seems to be in a constantly shifting superposition."
|
||||||
|
id = "janus_module"
|
||||||
|
materials = list(MAT_DURASTEEL = 3000, MAT_MORPHIUM = 2000, MAT_METALHYDROGEN = 6000, MAT_URANIUM = 6000, MAT_VERDANTIUM = 1500)
|
||||||
|
req_tech = list(TECH_MATERIAL = 7, TECH_BLUESPACE = 5, TECH_MAGNET = 6, TECH_PHORON = 3, TECH_ARCANE = 1, TECH_PRECURSOR = 2)
|
||||||
|
build_path = /obj/random/janusmodule
|
||||||
|
sort_string = "PAJAA"
|
||||||
|
|
||||||
/datum/design/item/anomaly/AssembleDesignName()
|
/datum/design/item/anomaly/AssembleDesignName()
|
||||||
..()
|
..()
|
||||||
name = "Anomalous prototype ([item_name])"
|
name = "Anomalous prototype ([item_name])"
|
||||||
|
|||||||
Reference in New Issue
Block a user