Skip to content
Snippets Groups Projects
Commit 052dd9e8 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

small comment fix

parent 7d5edf65
No related branches found
No related tags found
No related merge requests found
......@@ -597,7 +597,7 @@ globalThis.WombNormalizePreg = function(actor) {
if (max < actor.preg) {
WombProgress(actor, actor.preg - max, actor.preg - max);
// console.log("progressin womb");
// console.log("progress in womb");
} else if (max > actor.preg) {
actor.preg = max;
// console.log("advancing .preg");
......
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