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:
parent
317bf0fc70
commit
bf63c27a34
|
@ -18,7 +18,7 @@ var rn = Math.floor(Math.random()*(max-min+1)+min);
|
||||||
console.log(rn)
|
console.log(rn)
|
||||||
var bodyc = document.getElementById('owo').classList;
|
var bodyc = document.getElementById('owo').classList;
|
||||||
console.log('if rn == 0 now running')
|
console.log('if rn == 0 now running')
|
||||||
if (rn = 0) {
|
if (rn == 0) {
|
||||||
console.log('removing kazoo')
|
console.log('removing kazoo')
|
||||||
bodyc.remove('kazoo');
|
bodyc.remove('kazoo');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue