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.72k stars 3.46k forks source link

Borgs don't get names on roundstart #33444

Open MilenVolf opened 1 day ago

MilenVolf commented 1 day ago

Description

When I was correcting dataset prototypes ids in #33352 I found out that names_borg has no usages. Probably was removed in #32586 with PlayerBorgGeneric prototype

Reproduction

  1. Choose borg role
  2. Spawn as a borg on the station
  3. Has just cyborg name

Screenshots

image

Additional context Should be pretty easy to fix by putting type: RandomMetadata with chosen name dataset prototype.