Files
06874c2687 [MIRROR] [MDB IGNORE] Gives telescreens mapping directionals + adds a map lint for them (#28400)
* [MDB IGNORE] Gives telescreens mapping directionals + adds a map lint for them (#84261)

## About The Pull Request

Title.

## Why It's Good For The Game

The telescreens that are used primarily in head offices are.. a mess.
The parent of all telescreens is also a gigantic mess.

*I've opted AGAINST making an updatepaths here and decided to hand fix
all of these. There's not a lot, but I can't make an edge case for
everything. Some of their nudges are a bit wonky too, and I want to make
sure noting looks off. Theres also a handful of prefabs on the parent
telescreen that I want to individually look at.*

Updatepaths or not, this is going to be a "smaller" one of "those" PRs
that I've done thusfar, or so I think.

Prevents more mapping sin like this (THERE ARE SUBTYPES WHY ARE YOU
MAKING "NEW" ONES ON THE PARENT?? STOPPPP)

![image](https://github.com/tgstation/tgstation/assets/70232195/020a2e03-85ce-43f8-8eee-ad3764655c82)

The sprite edits are necessary to make sure the mapping helper macro
works, otherwise they'll be inverted.

## Changelog

N/A

* [MDB IGNORE] Gives telescreens mapping directionals + adds a map lint for them

* modular fixes

* centcomm ferry dock

* oops

---------

Co-authored-by: Jolly <70232195+Jolly-66@users.noreply.github.com>
Co-authored-by: SpaceLoveSs13 <68121607+SpaceLoveSs13@users.noreply.github.com>
2024-07-04 21:45:53 +05:30

20 lines
606 B
Plaintext

/* Modular Telescreens */
/obj/machinery/computer/security/telescreen/disposals
name = "Disposal Driver Monitor"
network = list("Trash")
MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/disposals, 32)
/obj/machinery/computer/security/telescreen/xeno
name = "Xenobiology Monitor"
network = list("xeno")
MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/xeno, 32)
/obj/machinery/computer/security/telescreen/cargo
name = "Cargo Camera Monitor"
network = list("cargo")
MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/cargo, 32)