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
-
-
+ "}
+ if(allowSubmit)
+ dat += {"
+
+ "}
+ dat += {"
"}