space-wizards / space-station-14

A multiplayer game about paranoia and chaos on a space station. Remake of the cult-classic Space Station 13.
https://spacestation14.io
MIT License
2.71k stars 3.41k forks source link

Vending machine code needs splitting out #16046

Open metalgearsloth opened 1 year ago

metalgearsloth commented 1 year ago

It has dozens of fields when it should be 3+ components.

The base one should just handle UI interactions and the others should handle shooting items and the likes instead of padding the component even more.

CrazyCat2048 commented 1 year ago

Hi. Did it in #17767