diff --git a/FCHost/fchost/fchost_storage.cc b/FCHost/fchost/fchost_storage.cc index 6d223e0b7b8bd2d2b688f84021d24c19d4fb9a70..af13e4c8817c8d8490afceac1ec65083be6ed143 100644 --- a/FCHost/fchost/fchost_storage.cc +++ b/FCHost/fchost/fchost_storage.cc @@ -7,7 +7,7 @@ CefRefPtr<CefV8Value> FCHostSessionStorage::keys() const { - // holy hell this is awful. I hope Sugarcube doesn't actually USE this... + // holy hell this is awful. I hope Sugarcube doesn't actually USE this... CefRefPtr<CefV8Value> ret = CefV8Value::CreateArray(static_cast<int>(storage.size())); auto itr = storage.cbegin(); for (int i = 0; i < static_cast<int>(storage.size()); ++i, ++itr) @@ -18,7 +18,7 @@ CefRefPtr<CefV8Value> FCHostSessionStorage::keys() const } #if defined(OS_WIN) -/* This should't happen, so don't waste time on it. Sugarcube really only writes simple alphanumeric keys. +/* This shouldn't happen, so don't waste time on it. Sugarcube really only writes simple alphanumeric keys. static bool SanitizePath(std::wstring& inpath) { std::transform(inpath.begin(), inpath.end(), inpath.begin(), [](wchar_t c) @@ -35,7 +35,7 @@ void FCHostPersistentStorage::set(const CefString& key, CefRefPtr<CefV8Value> va { __super::set(key, val); - // only strings get persisted (should be ok, Sugarcube will serialize first) + // only strings get persisted (should be OK, Sugarcube will serialize first) if (val->IsString()) { // we should probably be doing this async but TBT Sugarcube is the slow part, not the file IO diff --git a/artTools/vector_deepmurk_extras.svg b/artTools/vector_deepmurk_extras.svg index f18382d4cede20b5c8a12c32623dd888e701f748..2b74000dc9ccce7d80779221d3c720c19fd82802 100644 --- a/artTools/vector_deepmurk_extras.svg +++ b/artTools/vector_deepmurk_extras.svg @@ -298,7 +298,7 @@ <style type="text/css" id="style"> - /* please maintain these definitions manually */ + /* please maintain these definitions manually */ .white{fill:#FFFFFF;} .skin{fill:#F6E0E8;} .head{} diff --git a/artTools/vector_deepmurk_primary.svg b/artTools/vector_deepmurk_primary.svg index bffb51c4436bf039d1100479eb4e04cba4727eb5..51602301ba637f5466be83911d1b31efae6f13a4 100644 --- a/artTools/vector_deepmurk_primary.svg +++ b/artTools/vector_deepmurk_primary.svg @@ -64,7 +64,7 @@ <inkscape:grid type="xygrid" id="grid897"/> </sodipodi:namedview> <style type="text/css" id="style"> - /* please maintain these definitions manually */ + /* please maintain these definitions manually */ .white{fill:#FFFFFF;} .skin{fill:#F6E0E8;} .head{} diff --git a/artTools/vector_deepmurk_secondary.svg b/artTools/vector_deepmurk_secondary.svg index 7cf277a327ff7c8eefe3f6a615169a987ed198bf..5ca142e7ecf7cb3733675bef7d3ea4e31b2ffb6d 100644 --- a/artTools/vector_deepmurk_secondary.svg +++ b/artTools/vector_deepmurk_secondary.svg @@ -64,7 +64,7 @@ <inkscape:grid type="xygrid" id="grid897"/> </sodipodi:namedview> <style type="text/css" id="style"> - /* please maintain these definitions manually */ + /* please maintain these definitions manually */ .white{fill:#FFFFFF;} .skin{fill:#F6E0E8;} .head{} diff --git a/artTools/vector_revamp_source.svg b/artTools/vector_revamp_source.svg index be0a37e3d9966552183446594d5f6b9d8ac94a9f..a21275fa75abf89bbc108f2641cfaeebb322e42e 100644 --- a/artTools/vector_revamp_source.svg +++ b/artTools/vector_revamp_source.svg @@ -19,7 +19,7 @@ </defs> <sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="2482" inkscape:window-height="1411" id="namedview4358" showgrid="false" inkscape:zoom="0.99999996" inkscape:cx="360.42883" inkscape:cy="363.29092" inkscape:window-x="69" inkscape:window-y="-9" inkscape:window-maximized="1" inkscape:current-layer="Notes_" inkscape:object-nodes="true" inkscape:object-paths="true" inkscape:snap-smooth-nodes="false" inkscape:snap-object-midpoints="true" inkscape:snap-global="false" inkscape:snap-nodes="true" inkscape:snap-intersection-paths="false" inkscape:snap-bbox="true" inkscape:snap-others="false" showguides="false" inkscape:lockguides="true"/> <style type="text/css" id="style"> - /* please maintain these definitions manually */ + /* please maintain these definitions manually */ .white{fill:#FFFFFF;} .skin{fill:#F6E0E8;} .head{} diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt index 719097a67b9216a23349cf9c971e028cfe08ca00..5900a574bcc702e674ce45459769119c72e57d1d 100644 --- a/slave variables documentation - Pregmod.txt +++ b/slave variables documentation - Pregmod.txt @@ -3579,7 +3579,7 @@ Has the slave gone through male puberty. scar: is an object -keys include any place on a slave body that can receive a scar, values are an object. This sub-object's keys are the kind of scar, and the property is an int showing how bad it is. +keys include any place on a slave body that can receive a scar, values are an object. This sub-object's keys are the kind of scar, and the property is an int showing how bad it is. breedingMark: diff --git a/src/Corporation/corporate-divisionProcessing.js b/src/Corporation/corporate-divisionProcessing.js index 368a8f5f010a74833c8cc6d29d13c5fabc27c9de..719dac292fc015dec1dc4064a25490a2060a7f31 100644 --- a/src/Corporation/corporate-divisionProcessing.js +++ b/src/Corporation/corporate-divisionProcessing.js @@ -75,7 +75,6 @@ App.Corporate.Init_DivisionProcessing = function(shared) { delete V.corp[this._const.corpId + "Slaves2"]; } - get foundingCostSlaves() { return this._const.founding.size * this.purchasedSlaveValue; } get foundingCost() { return this.foundingCostDivision + this.foundingCostSlaves; } create() { diff --git a/src/Corporation/corporate.js b/src/Corporation/corporate.js index 7524a8a7d82d070542c869dc14cbbff72f512238..9fd85d7976843558787b461a2ad161c6e3d1a662 100644 --- a/src/Corporation/corporate.js +++ b/src/Corporation/corporate.js @@ -833,7 +833,7 @@ App.Corporate.Init = function() { // todo: Make a switch to allow the user to control purchasing behavior. // todo: Expensive first // todo: Cheapest first - // Even purchase requsts: + // Even purchase requests: let purchaseValues = evenFillArray(Object.values(ledger.divisionLedgers) .filter(divLedger=>divLedger.market.buy > 0) , this.cash diff --git a/src/uncategorized/arcmgmt.tw b/src/uncategorized/arcmgmt.tw index 6f45e6c80571de87840f5f35ea25e54632de96d9..d4f0e3eaf50d361c669ee9b562c0a30a8c346e97 100644 --- a/src/uncategorized/arcmgmt.tw +++ b/src/uncategorized/arcmgmt.tw @@ -1227,7 +1227,7 @@ _percTopClass = Math.trunc(($topClass / ($ACitizens + $ASlaves)) * 1000) / 10>> <</if>> <<if $arcologies[0].FSPetiteAdmirationLaw == 1>> <<set _rentMultiplier *= 0.95>> - Citzens are offered subsidized rent to take drastically shorter partners and harem members. + Citizens are offered subsidized rent to take drastically shorter partners and harem members. <<elseif $arcologies[0].FSStatuesqueGlorificationLaw == 1>> <<set _rentMultiplier *= 0.95>> Tall citizens are offered rent subsidies, at the expense of short citizens, to encourage more statuesque individuals to join the free population of your arcology. diff --git a/src/uncategorized/reRelativeRecruiter.tw b/src/uncategorized/reRelativeRecruiter.tw index e216f2e94f3627eda8f96bf943bd8b687b73a100..3e2898a9c697b4a428fd366069528e00eb1dde35 100644 --- a/src/uncategorized/reRelativeRecruiter.tw +++ b/src/uncategorized/reRelativeRecruiter.tw @@ -495,9 +495,9 @@ <<case "son">> $he had a _daughter2, who was sent to the slave orphanages. $He's heard a rumor through other slaves that $his _daughter2 will go up for sale soon. <<case "mother">> - $his _mother2 might be getting sold soon. _He2 has been a slave for some time. $He's heard a rumor through other slaves that $his _mother2 will go up for sale soon. + $his mother might be getting sold soon. _He2 has been a slave for some time. $He's heard a rumor through other slaves that $his mother will go up for sale soon. <<case "father">> - $his _mother2 might be getting sold soon. _He2 has been a slave for some time. $He's heard a rumor through other slaves that $his _mother2 will go up for sale soon. + $his father might be getting sold soon. _He2 has been a slave for some time. $He's heard a rumor through other slaves that $his father will go up for sale soon. <<case "older sister">> $his older _sister2 is being sold. _He2 was likely to be enslaved the last $eventSlave.slaveName knew of _him2, and now $he's heard a rumor through other slaves that $his big _sister2 is going to be sold to a new owner. <<case "older brother">>