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

fix stray $opinion

parent 495edf82
No related branches found
No related tags found
No related merge requests found
...@@ -141,7 +141,7 @@ You visit the slave markets off the arcology plaza. It's always preferable to ex ...@@ -141,7 +141,7 @@ You visit the slave markets off the arcology plaza. It's always preferable to ex
You're in the area of the slave market that specializes in slaves from within the Free City, viewing slaves from ''<<print "$arcologies[$numArcology].name">>''. Some were trained there, specifically for sale, while others are simply being sold. You're in the area of the slave market that specializes in slaves from within the Free City, viewing slaves from ''<<print "$arcologies[$numArcology].name">>''. Some were trained there, specifically for sale, while others are simply being sold.
<<set _opinion = arcologyOpinion($arcologies[0], $arcologies[$numArcology])>> <<set _opinion = arcologyOpinion($arcologies[0], $arcologies[$numArcology])>>
<<if _opinion != 0>> <<if _opinion != 0>>
<<set _slaveCost -= Math.trunc(_slaveCost*$opinion*0.05)>> <<set _slaveCost -= Math.trunc(_slaveCost*_opinion*0.05)>>
<<if _opinion > 2>> <<if _opinion > 2>>
Your cultural ties with '' $arcologies[$numArcology].name'' helps keep the price reasonable. Your cultural ties with '' $arcologies[$numArcology].name'' helps keep the price reasonable.
<<elseif _opinion < -2>> <<elseif _opinion < -2>>
......
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