mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user