mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 20:06:28 +01:00
Fixed new characters unable to select a faction (#14692)
This commit is contained in:
@@ -426,8 +426,9 @@
|
||||
|
||||
var/datum/faction/faction = SSjobs.name_factions[selected_faction]
|
||||
if(!istype(faction))
|
||||
to_client_chat(SPAN_DANGER("Invalid faction chosen. Resetting to default."))
|
||||
to_client_chat(SPAN_DANGER("Invalid faction chosen. Resetting to [SSjobs.default_faction.name]."))
|
||||
selected_faction = SSjobs.default_faction.name
|
||||
faction = SSjobs.name_factions[selected_faction]
|
||||
|
||||
dat += "</h2></center><hr/>"
|
||||
dat += "<table padding='8px'>"
|
||||
|
||||
Reference in New Issue
Block a user