Skip to content
Snippets Groups Projects
Commit 2d09cb03 authored by svornost's avatar svornost
Browse files

Add multiple inspection to reFSEgyptianRevivalistAcquisition.

parent 7b8f751a
No related branches found
No related tags found
1 merge request!6634Enable multi-slave inspection for a few events
...@@ -66,8 +66,7 @@ This call is coming from a public kiosk, which is usually an indication that the ...@@ -66,8 +66,7 @@ This call is coming from a public kiosk, which is usually an indication that the
<<set _totalValue = slaveCost($activeSlave) + slaveCost(_secondSlave)>> <<set _totalValue = slaveCost($activeSlave) + slaveCost(_secondSlave)>>
//Enslaving them will cost <<print cashFormat(_contractCost)>>. Selling them immediately will bring in approximately <<print cashFormat(_totalValue-_contractCost)>>.// //Enslaving them will cost <<print cashFormat(_contractCost)>>. Selling them immediately will bring in approximately <<print cashFormat(_totalValue-_contractCost)>>.//
<br><br> <br><br>
<<set $saleDescription = 0>> <<= App.UI.MultipleInspect.SC(_newSlaves, true, false, false)>>
<<include "Long Slave Description">>
<br><br> <br><br>
<span id="result"> <span id="result">
<<if $cash >= _contractCost>> <<if $cash >= _contractCost>>
......
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