Misc Fixes

This commit is contained in:
Geeves
2022-01-23 00:49:40 +02:00
parent 7bb892b73c
commit ce1f702435
11 changed files with 145584 additions and 7297 deletions

View File

@@ -672,12 +672,15 @@
var/datum/spawnpoint/spawnpos
if(H.client.prefs.spawnpoint)
if(H.client.prefs.spawnpoint in SSatlas.spawn_locations)
spawnpos = SSatlas.spawn_locations[H.client.prefs.spawnpoint]
if(rank == "Cyborg")
spawnpos = new/datum/spawnpoint/cyborg
if(!spawnpos)
spawnpos = SSatlas.spawn_locations[current_map.default_spawn]
if(spawnpos && istype(spawnpos))
if(spawnpos.check_job_spawning(rank))
if(istype(spawnpos, /datum/spawnpoint/cryo) && (rank in command_positions))