adds a gun circuit shell (#61156)

adds the circuit gun shell, every projectile it hits with outputs the shot mob, everytime its shot charge from an attached circuit is transferred to it, it deals no damage
increases the range of the to string circuit to 7 tiles from 5, now should get everything in view range
This commit is contained in:
Fikou
2021-09-02 20:29:49 +02:00
committed by GitHub
parent 519f069f24
commit 9814934605
15 changed files with 115 additions and 12 deletions
@@ -15,7 +15,7 @@
circuit_flags = CIRCUIT_FLAG_INPUT_SIGNAL|CIRCUIT_FLAG_OUTPUT_SIGNAL
var/max_range = 5
var/max_range = 7
/obj/item/circuit_component/tostring/Initialize()
. = ..()