diff --git a/src/js/storyJS.tw b/src/js/storyJS.tw index bb8e87eea43fd508146ddf24a9b972f919f4ce8c..a1b144dac19a0626217b9302f67a134e9fe7816c 100644 --- a/src/js/storyJS.tw +++ b/src/js/storyJS.tw @@ -398,20 +398,6 @@ window.visibleBelly = function(slave) { } }; -window.visibleBelly = function(slave) { - if (!slave) { - return null; - } else if (visibleBellyPreg(slave) == true) { - return true; - } else if (slave.inflation > 0) { - return true; - } else if (slave.bellyImplant > 2000) { - return true; - } else { - return false; - } -}; - window.canAchieveErection = function(slave) { if (!slave) { return null;