Files
Bubberstation/code/datums/greyscale/json_configs/bench_solo.json
lessthanthree 22585519a8 Side mounted tram controls (#72193)
## 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!)


![image](https://user-images.githubusercontent.com/83487515/210920404-150f394b-4263-45d4-82ef-12eda0cfedb7.png)

## 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
/🆑
2023-01-11 10:38:15 +13:00

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 ]
}
]
}