Skip to content
Snippets Groups Projects
Commit 0f0e71d6 authored by svornost's avatar svornost
Browse files

linting fixes

parent 8f689d92
No related branches found
No related tags found
1 merge request!11556AI prompting tweaks
...@@ -395,8 +395,8 @@ globalThis.weightedRandom = function(values) { ...@@ -395,8 +395,8 @@ globalThis.weightedRandom = function(values) {
/** /**
* Returns the percentage (0-100) of the social acceptance of the slaves penetrating citizens. Accepts a slave as argument. * Returns the percentage (0-100) of the social acceptance of the slaves penetrating citizens. Accepts a slave as argument.
* *
* @param {FC.SlaveState} slave * @param {FC.SlaveState} slave
* @returns {number} * @returns {number}
*/ */
globalThis.penetrativeSocialUse = function(slave = null) { globalThis.penetrativeSocialUse = function(slave = null) {
...@@ -464,4 +464,4 @@ globalThis.penetrativeSocialUse = function(slave = null) { ...@@ -464,4 +464,4 @@ globalThis.penetrativeSocialUse = function(slave = null) {
total = Math.clamp(Math.floor(total), 0, 100); total = Math.clamp(Math.floor(total), 0, 100);
return total; return total;
} };
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