[MODULAR] Add circuit cameras and bluespace reagent injector (#27422)

* Ported PR from downstream

* Remove components that were PR'd upstream

* Update modular_skyrat/master_files/code/modules/wiremod/components/action/pathfind.dm

---------

Co-authored-by: Useroth <37159550+Useroth@users.noreply.github.com>
This commit is contained in:
tmyqlfpir
2024-05-18 01:06:46 +02:00
committed by GitHub
co-authored by Useroth
parent 7e6fcdccb5
commit 2a07f00fc8
8 changed files with 488 additions and 10 deletions
@@ -9,6 +9,10 @@
display_name = "Reagent Injector"
desc = "A component that can inject reagents from a BCI's reagent storage."
category = "BCI"
//SKYRAT EDIT CHANGE BEGIN - Add container type flag - This is required since we have two reagent components, and the BCI only allows one active
//circuit_flags = CIRCUIT_NO_DUPLICATES - SKYRAT EDIT - ORIGINAL
circuit_flags = CIRCUIT_NO_DUPLICATES|CIRCUIT_REAGENT_CONTAINER_TYPE
//SKYRAT EDIT CHANGE END
circuit_flags = CIRCUIT_NO_DUPLICATES
required_shells = list(/obj/item/organ/internal/cyberimp/bci)