From eb26d0d2ee77ecf59c88f57a6b943da91bffdb42 Mon Sep 17 00:00:00 2001 From: ClaytonTDM Date: Thu, 10 Oct 2024 19:15:57 +0000 Subject: [PATCH] Prettified Code! --- game/js/Cfunction.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/game/js/Cfunction.js b/game/js/Cfunction.js index 9ce5527..3325185 100644 --- a/game/js/Cfunction.js +++ b/game/js/Cfunction.js @@ -919,7 +919,10 @@ var $User = (function () { // console.log(image.parentElement); }, AddZombiesFlag: function (d) { - if (Math.floor(Math.random() * 5) == 1 && $("dSunNum").style.visibility == "") { + if ( + Math.floor(Math.random() * 5) == 1 && + $("dSunNum").style.visibility == "" + ) { oP.Balloon(); } var g = oP,