adds medbay camera preset (#5177)

## About The Pull Request

Adds medbay camera preset for mapping. I've noticed some maps use the
medbay network, and yet it has no presets, so I decided to make one.

I haven't tested it, because it seems simple enough change to not
require it, but I can do some testing if requested

## Why It's Good For The Game

Will make life of mappers easier

## Changelog

🆑 Swan
add: added medbay autoname camera preset for mappers
/🆑
This commit is contained in:
Phantastic-Swan
2026-01-26 11:07:39 -08:00
committed by GitHub
parent 7aefdddfdd
commit 694f831e14
@@ -122,5 +122,9 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/camera/autoname/turbine, 0)
MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/camera/autoname/rbmk, 0)
// Medbay cameras
/obj/machinery/camera/autoname/medbay
network = list("ss13","medbay")
MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/camera/autoname/medbay, 0)