Skip to content

Commit

Permalink
fix balloonatic logic
Browse files Browse the repository at this point in the history
Signed-off-by: ClaytonTDM <claytontdm@gmail.com>
  • Loading branch information
ClaytonTDM committed Oct 10, 2024
1 parent 8cfe2d6 commit 7deec78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/js/Cfunction.js
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ var $User = (function () {
// console.log(image.parentElement);
},
AddZombiesFlag: function (d) {
if (Math.floor(Math.random() * 5) == 1) {
if (Math.floor(Math.random() * 5) == 1 && $("dSunNum").style.visibility == "") {
oP.Balloon();
}
var g = oP,
Expand Down

0 comments on commit 7deec78

Please sign in to comment.