[READY] Allows the supermatter's radiation collectors to produce research points in short bursts (#33916)
* allows radiation collectors present on the station roundstart to generate research points * fixes bitcoin production rate, fixes multitool not activating multitool_act properly * adds sounds, adds hint text, makes all rad collectors created on the station z-level connect to rnd, and fixes multitools acting weird * nerfs criticism, makes rad collectors simply check for techwebs and z-level each process instead of during initialization * fixes compiling error, is_station_level
This commit is contained in:
committed by
CitadelStationBot
parent
bf7a6e4340
commit
a0a3232360
@@ -26,6 +26,7 @@
|
||||
var/obj/machinery/buffer // simple machine buffer for device linkage
|
||||
hitsound = 'sound/weapons/tap.ogg'
|
||||
toolspeed = 1
|
||||
tool_behaviour = TOOL_MULTITOOL
|
||||
var/datum/integrated_io/selected_io = null //functional for integrated circuits.
|
||||
var/mode = 0
|
||||
|
||||
@@ -159,4 +160,4 @@
|
||||
desc = "An omni-technological interface."
|
||||
icon = 'icons/obj/abductor.dmi'
|
||||
icon_state = "multitool"
|
||||
toolspeed = 0.1
|
||||
toolspeed = 0.1
|
||||
|
||||
Reference in New Issue
Block a user