mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 01:52:15 +00:00
Misc Fixes
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user