diff --git a/castle.js b/castle.js index 9c337937..f254d58e 100644 --- a/castle.js +++ b/castle.js @@ -3726,10 +3726,10 @@ Molpy.Up = function() { var story=Molpy.currentStory if(story==-1){type=0} else{type=Molpy.fracParts[story]} } - Molpy.ONGBase(); var todo=Molpy.ONGs[type]; if(todo==undefined){todo=Molpy.ONGs[0]} todo(); + Molpy.ONGBase(); Molpy.newpixNumber=Number((Molpy.newpixNumber).toFixed(3)) Molpy.UpdateBeach(); Molpy.HandlePeriods();