Skip to content

Commit

Permalink
Уээээ
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexanx committed Jan 29, 2025
1 parent 69912ba commit 3e0b243
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
5 changes: 5 additions & 0 deletions code/modules/culture_descriptor/faction/factions_adherent.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
to their duties and their roles, embracing the ethos that service is life and purpose is happiness. Deviation from Protocol \
and 'disrespect' of the creators by suggesting the Vigil strike out alone is disapproved of by this faction, and they tend to \
be hidebound, servile and eager to please to the point of fawning over those they wish to serve."
//[SIERRA-ADD] - Adherent
var/valid_jobs = list(
/datum/job/adjutant,
)
//[/SIERRA-ADD] - Adherent список работ, которые могут выполнять доступны только лоялистам

/singleton/cultural_info/faction/adherent/separatists
name = FACTION_ADHERENT_SEPARATISTS
Expand Down
9 changes: 0 additions & 9 deletions mods/adherent_discharge/code/adherent.dm
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,6 @@
LANGUAGE_PRIMITIVE
)

/singleton/cultural_info/faction/adherent/
var/list/valid_jobs = list()


/singleton/cultural_info/faction/adherent/loyalists
valid_jobs = list(
/datum/job/adjutant,
)

/datum/species/adherent/check_background(datum/job/job, datum/preferences/prefs)
var/singleton/cultural_info/faction/adherent/faction = SSculture.get_culture(prefs.cultural_info[TAG_FACTION])
. = istype(faction) ? (job.type in faction.valid_jobs) : ..()

0 comments on commit 3e0b243

Please sign in to comment.