mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Replacing objects with their mapping directional helpers Part 3 (#94315)
## About The Pull Request Continuation of #94059. Replaces the following signs with their directional helpers - `/obj/structure/sign/departments/cargo : /obj/structure/sign/departments/cargo/directional` - `/obj/structure/sign/warning/vacuum/external : /obj/structure/sign/warning/vacuum/external/directional` ## Changelog 🆑 qol: added mapping directional helper for cargo & vacuum signs allowing them to interact with fire/acid on their mounted turf /🆑
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/obj/structure/sign/departments/cargo{dir=1} : /obj/structure/sign/departments/cargo/directional/north
|
||||
/obj/structure/sign/departments/cargo{dir=2} : /obj/structure/sign/departments/cargo/directional/south
|
||||
/obj/structure/sign/departments/cargo{dir=4} : /obj/structure/sign/departments/cargo/directional/east
|
||||
/obj/structure/sign/departments/cargo{dir=8} : /obj/structure/sign/departments/cargo/directional/west
|
||||
|
||||
/obj/structure/sign/warning/vacuum/external{dir=1} : /obj/structure/sign/warning/vacuum/external/directional/north
|
||||
/obj/structure/sign/warning/vacuum/external{dir=2} : /obj/structure/sign/warning/vacuum/external/directional/south
|
||||
/obj/structure/sign/warning/vacuum/external{dir=4} : /obj/structure/sign/warning/vacuum/external/directional/east
|
||||
/obj/structure/sign/warning/vacuum/external{dir=8} : /obj/structure/sign/warning/vacuum/external/directional/west
|
||||
Reference in New Issue
Block a user