Skip to content

Commit

Permalink
добавить станционным боргам гпс (BlueMoon-Labs#1194)
Browse files Browse the repository at this point in the history
* добавить короче да

* карго борги (НЕ) идут нахуй
  • Loading branch information
AlexaShaSur authored Aug 9, 2024
1 parent 08ccc2d commit ac2e037
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions code/modules/mob/living/silicon/robot/robot_modules.dm
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@
/obj/item/stack/rods/cyborg,
/obj/item/stack/tile/plasteel/cyborg,
/obj/item/pickaxe,
/obj/item/gps/cyborg,
/obj/item/t_scanner/adv_mining_scanner,
/obj/item/restraints/handcuffs/cable/zipties,
/obj/item/soap/nanotrasen,
Expand Down Expand Up @@ -345,6 +346,7 @@
/obj/item/organ_storage,
/obj/item/borg/lollipop,
/obj/item/sensor_device,
/obj/item/gps/cyborg,
/obj/item/shockpaddles/cyborg)
emag_modules = list(/obj/item/reagent_containers/borghypo/hacked)
ratvar_modules = list(
Expand Down Expand Up @@ -607,6 +609,7 @@
added_channels = list(RADIO_CHANNEL_ENGINEERING = 1)
basic_modules = list(
/obj/item/assembly/flash/cyborg,
/obj/item/gps/cyborg,
/obj/item/borg/sight/meson,
/obj/item/construction/rcd/borg,
/obj/item/pipe_dispenser,
Expand Down Expand Up @@ -892,6 +895,7 @@
/obj/item/melee/baton/loaded,
/obj/item/gun/energy/disabler/cyborg,
/obj/item/clothing/mask/gas/sechailer/cyborg,
/obj/item/gps/cyborg,
/obj/item/pinpointer/crew)
emag_modules = list(/obj/item/gun/energy/laser/cyborg)
ratvar_modules = list(/obj/item/clockwork/slab/cyborg/security,
Expand Down Expand Up @@ -1160,6 +1164,7 @@
/obj/item/holosign_creator/cyborg,
/obj/item/borg/cyborghug/peacekeeper,
/obj/item/megaphone,
/obj/item/gps/cyborg,
/obj/item/borg/projectile_dampen)
emag_modules = list(/obj/item/reagent_containers/borghypo/peace/hacked)
ratvar_modules = list(
Expand Down Expand Up @@ -1342,6 +1347,7 @@
/obj/item/borg/cyborghug/peacekeeper,
/obj/item/borg/lollipop/clown,
/obj/item/picket_sign/cyborg,
/obj/item/gps/cyborg,
/obj/item/reagent_containers/borghypo/clown)
emag_modules = list(
/obj/item/reagent_containers/borghypo/clown/hacked,
Expand Down Expand Up @@ -1375,6 +1381,7 @@
/obj/item/reagent_containers/borghypo/borgshaker,
/obj/item/borg/lollipop,
/obj/item/screwdriver/cyborg,
/obj/item/gps/cyborg,
/obj/item/stack/tile/plasteel/cyborg,
/obj/item/soap/nanotrasen,
/obj/item/storage/bag/trash/cyborg,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@
/obj/item/extinguisher,
/obj/item/export_scanner,
/obj/item/gripper,
/obj/item/cyborg_clamp
/obj/item/cyborg_clamp,
/obj/item/gps/cyborg
)
emag_modules = list(
/obj/item/stamp/chameleon,
Expand Down

0 comments on commit ac2e037

Please sign in to comment.