mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
[MIRROR] Experi-Sci: Techweb nodes may now require you to perform "scientific" experiments (#3614)
* Experi-Sci: Techweb nodes may now require you to perform "scientific" experiments * Update all_nodes.dm Co-authored-by: Qustinnus <Floydje123@hotmail.com> Co-authored-by: Gandalf2k15 <jzo123@hotmail.com>
This commit is contained in:
co-authored by
Qustinnus
Gandalf2k15
parent
e9896f3cf5
commit
e5ff997ef8
@@ -1236,3 +1236,19 @@
|
||||
/obj/item/stock_parts/scanning_module = 2
|
||||
)
|
||||
|
||||
/obj/item/circuitboard/machine/destructive_scanner
|
||||
name = "Experimental Destructive Scanner (Machine Board)"
|
||||
icon_state = "science"
|
||||
build_path = /obj/machinery/destructive_scanner
|
||||
req_components = list(
|
||||
/obj/item/stock_parts/micro_laser = 2,
|
||||
/obj/item/stock_parts/matter_bin = 1,
|
||||
/obj/item/stock_parts/manipulator = 2)
|
||||
|
||||
/obj/item/circuitboard/machine/doppler_array
|
||||
name = "Tachyon-Doppler Research Array (Machine Board)"
|
||||
icon_state = "science"
|
||||
build_path = /obj/machinery/doppler_array/research
|
||||
req_components = list(
|
||||
/obj/item/stock_parts/micro_laser = 2,
|
||||
/obj/item/stock_parts/scanning_module = 4)
|
||||
|
||||
@@ -186,6 +186,7 @@
|
||||
. = ..()
|
||||
if(.)
|
||||
return
|
||||
SEND_SIGNAL(src, COMSIG_ATOM_UI_INTERACT, user)
|
||||
ui_interact(user)
|
||||
|
||||
/mob/proc/unset_machine()
|
||||
|
||||
@@ -309,6 +309,7 @@
|
||||
icon = 'icons/obj/smooth_structures/glass_table.dmi'
|
||||
icon_state = "glass_table-0"
|
||||
base_icon_state = "glass_table"
|
||||
custom_materials = list(/datum/material/glass = 2000)
|
||||
buildstack = /obj/item/stack/sheet/glass
|
||||
smoothing_groups = list(SMOOTH_GROUP_GLASS_TABLES)
|
||||
canSmoothWith = list(SMOOTH_GROUP_GLASS_TABLES)
|
||||
@@ -558,6 +559,7 @@
|
||||
can_buckle = 1
|
||||
buckle_lying = NO_BUCKLE_LYING
|
||||
buckle_requires_restraints = TRUE
|
||||
custom_materials = list(/datum/material/silver = 2000)
|
||||
var/mob/living/carbon/human/patient = null
|
||||
var/obj/machinery/computer/operating/computer = null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user