Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonTDM authored and actions-user committed Oct 10, 2024
1 parent 7deec78 commit eb26d0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion game/js/Cfunction.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit eb26d0d

Please sign in to comment.