Skip to content
Snippets Groups Projects
Commit 4c1bea22 authored by Andrest07's avatar Andrest07
Browse files

Bugfixes

parent 431956a5
No related branches found
No related tags found
No related merge requests found
......@@ -781,23 +781,23 @@ You continue your scan over the room. Before you can find anything suitable, <sp
<br><br>
<<if $lockpickTrainingSet lt 5>>
<<link "Buy the Lockpick Lawyer Training Set (£6000)">><<set $lockpickTrainingSet to 5>><<set $money -= 600000>><</link>>
<<link [["Buy the Lockpick Lawyer Training Set (£6000)"|Pub Landry]]>><<set $lockpickTrainingSet to 5>><<set $money -= 600000>><</link>>
<br>
<</if>>
<<if $lockpickTrainingSet lt 4>>
<<link "Buy the Master Training Set (£4000)">><<set $lockpickTrainingSet to 4>><<set $money -= 400000>><</link>>
<<link [["Buy the Master Training Set (£4000)"|Pub Landry]]>><<set $lockpickTrainingSet to 4>><<set $money -= 400000>><</link>>
<br>
<</if>>
<<if $lockpickTrainingSet lt 3>>
<<link "Buy the Advanced Training Set (£2000)">><<set $lockpickTrainingSet to 3>><<set $money -= 200000>><</link>>
<<link [["Buy the Advanced Training Set (£2000)"|Pub Landry]]>><<set $lockpickTrainingSet to 3>><<set $money -= 200000>><</link>>
<br>
<</if>>
<<if $lockpickTrainingSet lt 2>>
<<link "Buy the Intermediate Training Set (£1000)">><<set $lockpickTrainingSet to 2>><<set $money -= 100000>><</link>>
<<link [["Buy the Intermediate Training Set (£1000)"|Pub Landry]]>><<set $lockpickTrainingSet to 2>><<set $money -= 100000>><</link>>
<br>
<</if>>
<<if $lockpickTrainingSet lt 1>>
<<link "Buy the Basic Training Set (£500)">><<set $lockpickTrainingSet to 1>><<set $money -= 50000>><</link>>
<<link [["Buy the Basic Training Set (£500)"|Pub Landry]]>><<set $lockpickTrainingSet to 1>><<set $money -= 50000>><</link>>
<br>
<</if>>
<<link [[Back|Pub Landry]]>><</link>>
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