mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-22 05:17:38 +01:00
Update MC (#18112)
* sdf * fsda * fuck * fuck2 * toolz * sdaf * sdfa * saf * sdfa * sdfa * sdf * sdfa * temp rename * temp rename * temp rename * sdaf * the pain is immensurable in the land of byond * the curse of rah * safd * sadf * sadf * gf * asf * fssdfa * sfd * sadf * sfda * brah * brah * it's easier for you to fix this * ffs * brah * brah
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
sanitize_faction()
|
||||
|
||||
/datum/category_item/player_setup_item/occupation/content(mob/user, limit = 16, list/splitJobs = list("Chief Engineer", "Head of Security"))
|
||||
if (SSjobs.init_state != SS_INITSTATE_DONE || SSrecords.init_state != SS_INITSTATE_DONE)
|
||||
if (!SSjobs.initialized || !SSrecords.initialized)
|
||||
return "<center><large>Jobs controller not initialized yet. Please wait a bit and reload this section.</large></center>"
|
||||
|
||||
var/list/dat = list(
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
pref.economic_status = sanitize_inlist(pref.economic_status, ECONOMIC_POSITIONS, initial(pref.economic_status))
|
||||
|
||||
/datum/category_item/player_setup_item/origin/content(var/mob/user)
|
||||
if(SSrecords.init_state != SS_INITSTATE_DONE)
|
||||
if(!SSrecords.initialized)
|
||||
return "<center><large>Records controller not initialized yet. Please wait a bit and reload this section.</large></center>"
|
||||
var/list/dat = list()
|
||||
var/singleton/origin_item/culture/CL = GET_SINGLETON(text2path(pref.culture))
|
||||
|
||||
Reference in New Issue
Block a user