Nerfs circuit pneumatic cannons and guns with extra sanity checks.

This commit is contained in:
Ghommie
2019-12-04 01:07:36 +01:00
parent 71a5d12c44
commit 91ffa11bc9
4 changed files with 43 additions and 25 deletions
@@ -615,6 +615,11 @@
return
..()
/obj/item/electronic_assembly/can_trigger_gun(mob/living/user) //sanity checks against pocket death weapon circuits
if(!can_fire_equipped || !user.is_holding(src))
return FALSE
return ..()
/obj/item/electronic_assembly/default //The /default electronic_assemblys are to allow the introduction of the new naming scheme without breaking old saves.
name = "type-a electronic assembly"