Skip to content
Snippets Groups Projects
Commit 056c19d2 authored by Pregmodder's avatar Pregmodder
Browse files

Fix.

parent 2d4bd0d3
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
<<set $activeSlave.devotion = random(-10,10)>> <<set $activeSlave.devotion = random(-10,10)>>
<<set $activeSlave.trust = random(-10,10)>> <<set $activeSlave.trust = random(-10,10)>>
<<NationalityToRace $activeSlave>>
<<NationalityToName $activeSlave>> <<NationalityToName $activeSlave>>
<<NationalityToAccent $activeSlave>> <<NationalityToAccent $activeSlave>>
...@@ -88,7 +87,6 @@ Her price is ¤<<print $slaveCost>>. ...@@ -88,7 +87,6 @@ Her price is ¤<<print $slaveCost>>.
<span id="result"> <span id="result">
<<if $cash >= $slaveCost>>\ <<if $cash >= $slaveCost>>\
<<link "Accept the offered slave">> <<link "Accept the offered slave">>
<<AddSlave $activeSlave>>
<<set $cash -= $slaveCost>> <<set $cash -= $slaveCost>>
<<replace "#result">> <<replace "#result">>
She has been reasonably broken by the dealer that offered her to you. She has also picked up on the fact that she was specially selected, and is a little hopeful that this means she may be treated well. She is now awaiting your instructions. She has been reasonably broken by the dealer that offered her to you. She has also picked up on the fact that she was specially selected, and is a little hopeful that this means she may be treated well. She is now awaiting your instructions.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment