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.65k stars 3.32k forks source link

`WeightedRandomPrototype` is not checked by the yaml linter #26581

Open ElectroJr opened 6 months ago

ElectroJr commented 6 months ago

It should force users to specify the prototype kind, and then verify that all the given prototypes exist, See #26579

deltanedas commented 6 months ago

does yaml even have generics :trollface:

ElectroJr commented 6 months ago

Not AFAIK, it probably needs some custom type serializer to validate it.