diff --git a/src/js/utilsSlave.js b/src/js/utilsSlave.js index 6cfb49ee8a69b5b7e521bfab365902bf13e9f5a3..34fbfd2d6b5a576ee2ed668724c51dc9305fb653 100644 --- a/src/js/utilsSlave.js +++ b/src/js/utilsSlave.js @@ -3753,4 +3753,4 @@ globalThis.isShelterSlave = function(slave) { */ globalThis.perceivedGender = function(slave) { return -1; -}; \ No newline at end of file +};