NTs relationship towards you now affects the pay grade.

This commit is contained in:
PsiOmega
2015-07-02 22:22:08 +02:00
parent 8b731feb8b
commit f96ad8ca40
5 changed files with 26 additions and 8 deletions

View File

@@ -1375,7 +1375,7 @@ datum/preferences
backbag = backbaglist.Find(new_backbag)
if("nt_relation")
var/new_relation = input(user, "Choose your relation to NT. Note that this represents what others can find out about your character by researching your background, not what your character actually thinks.", "Character Preference") as null|anything in list("Loyal", "Supportive", "Neutral", "Skeptical", "Opposed")
var/new_relation = input(user, "Choose your relation to NT. Note that this represents what others can find out about your character by researching your background, not what your character actually thinks.", "Character Preference") as null|anything in COMPANY_ALIGNMENTS
if(new_relation)
nanotrasen_relation = new_relation