mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
* adds directional helpers for empty fire axe and mech removal crowbar cabinets (#78722) ## About The Pull Request title. it's mostly so they can be used conveniently in areas you don't want to put fireaxes, but do want an empty cabinet for reasons. ## Why It's Good For The Game more flexible options for mappers, more convenient than making directional variants yourself. it's what the helper is for ## Changelog 🆑 qol: gives empty fireaxe and mech removal crowbars cabinets directional helpers /🆑 * adds directional helpers for empty fire axe and mech removal crowbar cabinets --------- Co-authored-by: Lamb <110322848+CoiledLamb@users.noreply.github.com>
11 lines
1.1 KiB
Plaintext
11 lines
1.1 KiB
Plaintext
/obj/structure/fireaxecabinet/empty{dir = @UNSET} : /obj/structure/fireaxecabinet/empty/directional/south
|
|
/obj/structure/fireaxecabinet/empty{dir = 1} : /obj/structure/fireaxecabinet/empty/directional/north
|
|
/obj/structure/fireaxecabinet/empty{dir = 2} : /obj/structure/fireaxecabinet/empty/directional/south
|
|
/obj/structure/fireaxecabinet/empty{dir = 4} : /obj/structure/fireaxecabinet/empty/directional/east
|
|
/obj/structure/fireaxecabinet/empty{dir = 8} : /obj/structure/fireaxecabinet/empty/directional/west
|
|
|
|
/obj/structure/fireaxecabinet/mechremoval/empty{dir = @UNSET} : /obj/structure/fireaxecabinet/mechremoval/empty/directional/south
|
|
/obj/structure/fireaxecabinet/mechremoval/empty{dir = 1} : /obj/structure/fireaxecabinet/mechremoval/empty/directional/north
|
|
/obj/structure/fireaxecabinet/mechremoval/empty{dir = 2} : /obj/structure/fireaxecabinet/mechremoval/empty/directional/south
|
|
/obj/structure/fireaxecabinet/mechremoval/empty{dir = 4} : /obj/structure/fireaxecabinet/mechremoval/empty/directional/east
|
|
/obj/structure/fireaxecabinet/mechremoval/empty{dir = 8} : /obj/structure/fireaxecabinet/mechremoval/empty/directional/west |