Circuit sensor and debugger fix (#11345)

This commit is contained in:
Carpe Venenum
2021-03-04 16:02:41 +01:00
committed by GitHub
parent 36df63f1ff
commit 2c93c7a97f
3 changed files with 43 additions and 1 deletions
@@ -7,6 +7,7 @@
w_class = ITEMSIZE_SMALL
icon = 'icons/obj/assemblies/electronic_setups.dmi'
icon_state = "setup_small"
flags = NOBLUDGEON
var/max_components = IC_COMPONENTS_BASE
var/max_complexity = IC_COMPLEXITY_BASE
var/opened = 0
@@ -109,7 +109,7 @@
settings to specific circuits, or for debugging purposes. It can also pulse activation pins."
icon = 'icons/obj/assemblies/electronic_tools.dmi'
icon_state = "debugger"
flags = CONDUCT
flags = CONDUCT | NOBLUDGEON
w_class = ITEMSIZE_SMALL
var/data_to_write = null
var/accepting_refs = 0