mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user