The top floor is for buying.

The bottom floor is for selling.
*goes to the bottom floor*
*sees tnt explode, congrats jack*
This commit is contained in:
blank X 2019-01-28 23:18:38 +07:00
parent 317bf0fc70
commit bf63c27a34
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ var rn = Math.floor(Math.random()*(max-min+1)+min);
console.log(rn)
var bodyc = document.getElementById('owo').classList;
console.log('if rn == 0 now running')
if (rn = 0) {
if (rn == 0) {
console.log('removing kazoo')
bodyc.remove('kazoo');
}