Replacing objects with their mapping directional helpers Part 1 (#94059)

## About The Pull Request
Improving upon #93662 where i noticed a lot of objects don't have
directional helpers

Replaces the following mapped in objects with their directional
counterpart

- `/obj/structure/sign/nanotrasen ->
/obj/structure/sign/nanotrasen/directional`

less var edits & also more realistic interaction with fire/acid etc if
the turf on which they are placed on is attacked which isn't the case if
they are directly mounted on walls

## Changelog
🆑
qol: adds mapping directional helper for nanotrasen sign & replaces all
var edited instances
/🆑
This commit is contained in:
SyncIt21
2025-12-02 23:44:30 +00:00
committed by GitHub
parent a3a67284c9
commit f7bc204bf7
37 changed files with 1088 additions and 1203 deletions
@@ -0,0 +1,4 @@
/obj/structure/sign/nanotrasen{dir = 1} : /obj/structure/sign/nanotrasen/directional/north
/obj/structure/sign/nanotrasen{dir = 2} : /obj/structure/sign/nanotrasen/directional/south
/obj/structure/sign/nanotrasen{dir = 4} : /obj/structure/sign/nanotrasen/directional/east
/obj/structure/sign/nanotrasen{dir = 8} : /obj/structure/sign/nanotrasen/directional/west