mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-27 22:57:15 +01:00
horny alt titles
I actually just wanted to fulfill the suggestion, but I went too far.
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
var/list/extra_titles = list(
|
||||
"Security Commander",
|
||||
"Head of Slutcurity",
|
||||
"Head of Studcurity",
|
||||
"Commissar"
|
||||
)
|
||||
if(SSevents.holidays && SSevents.holidays[HALLOWEEN])
|
||||
@@ -60,7 +61,8 @@
|
||||
alt_titles = list(
|
||||
"Medical Director",
|
||||
"Medical Administrator",
|
||||
"Chief Heal Slut"
|
||||
"Chief Heal Slut",
|
||||
"Chief Heal Stud"
|
||||
) // Sandcode do not have alt titles for CMO at the moment.
|
||||
|
||||
|
||||
@@ -232,7 +234,8 @@
|
||||
"Alchemist",
|
||||
"Apothecarist",
|
||||
"Chemical Plumber",
|
||||
"Chemi-Slut"
|
||||
"Chemi-Slut",
|
||||
"Chemi-Stud"
|
||||
)
|
||||
LAZYADD(alt_titles, extra_titles)
|
||||
. = ..()
|
||||
@@ -243,7 +246,8 @@
|
||||
"Medical Intern",
|
||||
"Medical Resident",
|
||||
"Medtech",
|
||||
"Medi-Slut"
|
||||
"Medi-Slut",
|
||||
"Medi-Stud"
|
||||
)
|
||||
LAZYADD(alt_titles, extra_titles)
|
||||
. = ..()
|
||||
@@ -259,6 +263,7 @@
|
||||
"Rental Mommy",
|
||||
"Rental Daddy",
|
||||
"Psycholo-Slut",
|
||||
"Psycholo-Stud",
|
||||
"Sexual Advisor"
|
||||
)
|
||||
LAZYADD(alt_titles, extra_titles)
|
||||
@@ -267,7 +272,8 @@
|
||||
/datum/job/geneticist/New()
|
||||
var/list/extra_titles = list(
|
||||
"Genetics Researcher",
|
||||
"Gene-Slut"
|
||||
"Gene-Slut",
|
||||
"Gene-Stud"
|
||||
)
|
||||
LAZYADD(alt_titles, extra_titles)
|
||||
. = ..()
|
||||
@@ -275,7 +281,8 @@
|
||||
/datum/job/paramedic/New()
|
||||
var/list/extra_titles = list(
|
||||
"Trauma Team",
|
||||
"Para-Slut"
|
||||
"Para-Slut",
|
||||
"Para-Stud"
|
||||
)
|
||||
LAZYADD(alt_titles, extra_titles)
|
||||
. = ..()
|
||||
@@ -284,7 +291,8 @@
|
||||
var/list/extra_titles = list(
|
||||
"Microbiologist",
|
||||
"Biochemist",
|
||||
"Viro-Slut"
|
||||
"Viro-Slut",
|
||||
"Viro-Stud"
|
||||
)
|
||||
LAZYADD(alt_titles, extra_titles)
|
||||
. = ..()
|
||||
@@ -295,6 +303,7 @@
|
||||
var/list/extra_titles = list(
|
||||
"Gumshoe",
|
||||
"Slutective",
|
||||
"Studective",
|
||||
"Van Dorn Agent",
|
||||
"Forensic Investigator",
|
||||
"Cinder Dick",
|
||||
@@ -311,7 +320,8 @@
|
||||
"Probation Officer",
|
||||
"Guardsman",
|
||||
"Police Officer",
|
||||
"Slutcurity Officer"
|
||||
"Slutcurity Officer",
|
||||
"Studcurity Officer"
|
||||
)
|
||||
var/list/rem_titles = list(
|
||||
"Peacekeeper"
|
||||
@@ -370,7 +380,8 @@
|
||||
"Maximum Security Prisoner",
|
||||
"Supermax Prisoner",
|
||||
"Protective Custody Prisoner",
|
||||
"Prison Slut"
|
||||
"Prison Slut",
|
||||
"Prison Stud"
|
||||
)
|
||||
LAZYADD(alt_titles, extra_titles)
|
||||
. = ..()
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
exp_type = EXP_TYPE_COMMAND
|
||||
considered_combat_role = TRUE //Brigger then shit yes it is
|
||||
exp_type_department = EXP_TYPE_COMMAND
|
||||
alt_titles = list("Command Security", "Command Guard", "Command Bodyguard", "Blueguard", "Blueshit")
|
||||
alt_titles = list("Command Security", "Command Guard", "Command Bodyguard", "Blueguard", "Blueshit", "Blueslut", "Bluestud")
|
||||
//SPLURT CHANGES (Tells the blueshield they are command, and just a bodyguard, not security)
|
||||
custom_spawn_text = "<font color='red'><b>You are a member of command, meant to act as a bodyguard for all Heads of Staff. However, you are not a member of security nor a Head of Staff yourself - avoid acting as either.</b></font>"
|
||||
outfit = /datum/outfit/job/blueshield
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
minimal_access = list(ACCESS_HEADS, ACCESS_MAINT_TUNNELS, ACCESS_BRIDGE_OFFICER, ACCESS_RC_ANNOUNCE, ACCESS_KEYCARD_AUTH)
|
||||
paycheck = PAYCHECK_MEDIUM
|
||||
paycheck_department = ACCOUNT_CIV
|
||||
alt_titles = list("Command Secretary", "Command Officer", "Bridge Secretary", "Ensign", "Bridge Bitch", "Bridge Advisor", "Bridge Intern")
|
||||
alt_titles = list("Command Secretary", "Command Officer", "Bridge Secretary", "Ensign", "Bridge Bitch", "Bridge Stud", "Bridge Advisor", "Bridge Intern")
|
||||
display_order = JOB_DISPLAY_ORDER_BO
|
||||
blacklisted_quirks = list(/datum/quirk/mute, /datum/quirk/brainproblems, /datum/quirk/prosopagnosia, /datum/quirk/insanity)
|
||||
threat = 1
|
||||
|
||||
Reference in New Issue
Block a user