Skip to content
Snippets Groups Projects
Commit 17a825ca authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'miscellaneous' into 'pregmod-master'

Config tweaks

See merge request pregmodfan/fc-pregmod!2290
parents c74064a3 7437ba46
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,6 @@ to-"HTML Color"-Map
courtesy of Nov-X
*/
<<set _hairColour to extractHairColor(_artSlave.hColor) >>
<<set _pubicHairColour to extractHairColor(_artSlave.pubicHColor) >>
<<set _underarmHairColour to extractHairColor(_artSlave.underArmHColor) >>
<<set _hairColour = extractHairColor(_artSlave.hColor) >>
<<set _pubicHairColour = extractHairColor(_artSlave.pubicHColor) >>
<<set _underarmHairColour = extractHairColor(_artSlave.underArmHColor) >>
......@@ -10,7 +10,7 @@ Config.passages.start = "init";
Config.history.controls = false;
/* Set Autosaves. */
config.saves.autosave = "autosave";
Config.saves.autosave = "autosave";
/* Save only one game state. */
Config.history.maxStates = 1;
......
......@@ -1763,7 +1763,7 @@ window.DefaultRules = (function() {
V.cash -= V.modCost*Math.trunc((rule.hLength-slave.hLength)/10);
r += `<br>${slave.slaveName} has been given extensions; her hair `;
}
r += `is now ` + lengthToEitherUnit(rule.hLength) + ` long.`;
r += `is now ${lengthToEitherUnit(rule.hLength)} long.`;
slave.hLength = rule.hLength;
}
}
......
......@@ -36,9 +36,7 @@ if (typeof interpolate == "undefined") {
};
window.interpolate = interpolate;
}
config.history.maxStates = 1;
config.saves.autosave = "autosave";
window.isFullyPotent = function(slave) {
if (!slave) {
return null;
......
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