Skip to content
Snippets Groups Projects
Commit e54ed769 authored by Jones's avatar Jones
Browse files

needs a trunc

parent f7b74bbc
No related branches found
No related tags found
No related merge requests found
......@@ -319,5 +319,5 @@ window.tired = function tired(slave) { // Run at the end of the week to take car
};
window.tiredFucks = function tiredFucks(slave) {
slave.health.tired += slave.sexAmount / 25;
slave.health.tired += Math.trunc(slave.sexAmount / 25);
};
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