Skip to content
Snippets Groups Projects
Commit c41ad953 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

ensure accent is accurate

parent 5c793691
No related branches found
No related tags found
No related merge requests found
...@@ -93,6 +93,7 @@ On a particularly lackadaisical evening, you find yourself alerted to a message ...@@ -93,6 +93,7 @@ On a particularly lackadaisical evening, you find yourself alerted to a message
<<set $activeSlave.analSkill = 0>> <<set $activeSlave.analSkill = 0>>
<<set $activeSlave.whoreSkill = 0>> <<set $activeSlave.whoreSkill = 0>>
<<set $activeSlave.combatSkill = 1>> <<set $activeSlave.combatSkill = 1>>
<<set $activeSlave.accent = random(0,1)>>
<<set $activeSlave.behavioralFlaw = "arrogant">> <<set $activeSlave.behavioralFlaw = "arrogant">>
<<set $activeSlave.hStyle = "shaved into a mohawk">> <<set $activeSlave.hStyle = "shaved into a mohawk">>
<<set $activeSlave.customTat = "She has a number of tattoos from a variety of mercenary companies.">> <<set $activeSlave.customTat = "She has a number of tattoos from a variety of mercenary companies.">>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment