From 00fcfa7899715b33cfc41c7f8450187bf4dc7423 Mon Sep 17 00:00:00 2001 From: PsiOmega Date: Fri, 8 Aug 2014 13:23:44 +0200 Subject: [PATCH] Makes it possible to setup pAI configuration from the character setup screen. --- code/modules/client/preferences.dm | 6 ++++ .../modules/mob/living/silicon/pai/recruit.dm | 29 +++++++++++-------- 2 files changed, 23 insertions(+), 12 deletions(-) diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index aa5f3fac6fb..a471aeba392 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -388,6 +388,8 @@ datum/preferences dat += "\tSet Skills ([GetSkillClass(used_skillpoints)][used_skillpoints > 0 ? " [used_skillpoints]" : "0"])
" dat += "Set Flavor Text
" + + dat += "Name: + Name: [candidate.name]  What you plan to call yourself. Suggestions: Any character name you would choose for a station character OR an AI. - Description: + Description: [candidate.description]  What sort of pAI you typically play; your mannerisms, your quirks, etc. This can be as sparse or as detailed as you like. - Preferred Role: + Preferred Role: [candidate.role]  Do you like to partner with sneaky social ninjas? Like to help security hunt down thugs? Enjoy watching an engineer's back while he saves the station yet again? This doesn't have to be limited to just station jobs. Pretty much any general descriptor for what you'd like to be doing works here. - OOC Comments: + OOC Comments: [candidate.comments]  @@ -205,19 +206,23 @@ var/datum/paiController/paiController // Global handler for pAI candidates
- Save Personality + Save Personality
- Load Personality + Load Personality

- - -
Submit Personality

- + "} + if(allowSubmit) + dat += {" + + +
Submit Personality

+ "} + dat += {" "}