mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-20 05:55:11 +00:00
## About The Pull Request Continuation of https://github.com/tgstation/tgstation/pull/72047 this part was left out until it could be done using directional map helpers. - Side mounts the tram controls freeing up the middle space for shenanigans or whatever, and you can hit the controls faster from either side of the tram. - Emergency exit feature, doors can be forced open when the tram has lost power. - Accessible spots for wheelchairs (Ian's injured, you know!)  ## Why It's Good For The Game - Looks like a tram direction sign instead of an awkward center placed computer. Build an ice cream or illicit drugs shop or something in the middle. Frees up space. - You don't get stuck on an unpowered tram if you don't have a crowbar. ## Changelog 🆑 LT3 imageadd: Tram controls are now side mounted, freeing up space. Even better, you now have two of them! imageadd: Added a new accessible space on the tram for wheelchairs fix: Removed duplicate tram plate/platforms code: Tram has its own floor subtype for the walls and windows add: Emergency exit feature added for people who are silly enough to not carry a crowbar /🆑
16 lines
241 B
JSON
16 lines
241 B
JSON
{
|
|
"bench_solo": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "bench_solo_base",
|
|
"blend_mode": "overlay"
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "bench_solo_cover",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
}
|
|
]
|
|
}
|