Merge pull request #4901 from Citadel-Station-13/upstream-merge-33916
[MIRROR] [READY] Allows the supermatter's radiation collectors to produce research points in short bursts
This commit is contained in:
@@ -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