]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Move random species selection earlier in player spawning logic (#37258)
authorTayrtahn <tayrtahn@gmail.com>
Thu, 8 May 2025 00:38:56 +0000 (20:38 -0400)
committerGitHub <noreply@github.com>
Thu, 8 May 2025 00:38:56 +0000 (20:38 -0400)
commitd80934b156bf4d4bfa355ba66289b8547051989e
tree9af24453f1db1532710e8a74348e1620d1e03fe8
parent14adb1ff013352a3f066eaba0288c0d461dc9d64
Move random species selection earlier in player spawning logic (#37258)

* Select random species earlier in spawning logic

* ternary operator

* Move it even earlier to fix more bugs
Content.Server/GameTicking/GameTicker.Spawning.cs
Content.Server/GameTicking/GameTicker.cs
Content.Server/Station/Systems/StationSpawningSystem.cs