From 9162f335631a270108ce153d9a1f608d6d05d9a1 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Mon, 15 Jun 2020 17:31:32 -0400 Subject: [PATCH] svorn fixes --- js/003-data/miscData.js | 1 + src/uncategorized/householdLiquidator.tw | 2 +- src/uncategorized/reFSEgyptianRevivalistAcquisition.tw | 2 +- src/uncategorized/recETS.tw | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/js/003-data/miscData.js b/js/003-data/miscData.js index ae4d4a74c44..26284066178 100644 --- a/js/003-data/miscData.js +++ b/js/003-data/miscData.js @@ -2720,6 +2720,7 @@ App.Data.misc.nationalityPoolSelector = { // these markets are exempt from law compliance App.Data.misc.lawlessMarkets = [ + "generic", "gangs and smugglers", "heap", "indentures", diff --git a/src/uncategorized/householdLiquidator.tw b/src/uncategorized/householdLiquidator.tw index 0fd17bdcd71..af760dd4da3 100644 --- a/src/uncategorized/householdLiquidator.tw +++ b/src/uncategorized/householdLiquidator.tw @@ -107,4 +107,4 @@ The price is <<print cashFormatColor(_totalCost)>>. <<if $slavesSeen > $slaveMar <br>[[Decline to purchase them and check out another set of slaves|Household Liquidator][$slavesSeen += 2]] <br><br> -<<includeDOM App.UI.MultipleInspect(_newSlaves, true, true, true)>> +<<includeDOM App.UI.MultipleInspect(_newSlaves, true, "Household Liquidators")>> diff --git a/src/uncategorized/reFSEgyptianRevivalistAcquisition.tw b/src/uncategorized/reFSEgyptianRevivalistAcquisition.tw index b9a3c46185a..bc685690550 100644 --- a/src/uncategorized/reFSEgyptianRevivalistAcquisition.tw +++ b/src/uncategorized/reFSEgyptianRevivalistAcquisition.tw @@ -68,7 +68,7 @@ This call is coming from a public kiosk, which is usually an indication that the <<set _totalValue = slaveCost($activeSlave) + slaveCost(_secondSlave)>> //Enslaving them will cost <<print cashFormat(_contractCost)>>. Selling them immediately will bring in approximately <<print cashFormat(_totalValue-_contractCost)>>.// <br><br> -<<includeDOM App.UI.MultipleInspect(_newSlaves, true, false, false)>> +<<includeDOM App.UI.MultipleInspect(_newSlaves, true, false)>> <br><br> <span id="result"> <<if $cash >= _contractCost>> diff --git a/src/uncategorized/recETS.tw b/src/uncategorized/recETS.tw index 3f06aae3c74..516e4c2f4dd 100644 --- a/src/uncategorized/recETS.tw +++ b/src/uncategorized/recETS.tw @@ -1404,7 +1404,7 @@ <<elseif ["addict mother daughter", "mismatched pair", "posh mother daughter"].includes($RecETSevent)>> <<set _newSlaves = [$relative]>> /* caller doesn't want relative involved, so you don't get to inspect her even if you can force a sale */ <</if>> - <<includeDOM App.UI.MultipleInspect(_newSlaves, true, true, false)>> + <<includeDOM App.UI.MultipleInspect(_newSlaves, true, "generic")>> </span> <span id="result"> -- GitLab