[MIRROR] adds a gun circuit shell (#7934)

* 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

* adds a gun circuit shell

* Update gun.dm

Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>
Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
SkyratBot
2021-09-03 04:56:14 +02:00
committed by GitHub
parent bd116f2e38
commit ebbd5fae19
16 changed files with 122 additions and 14 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()
. = ..()