Skip to content

Commit

Permalink
Fix gold balloon spawn rate, again
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonStnn committed Jul 7, 2024
1 parent 458c4af commit 5044ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/balloons/gold.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Default, { BalloonOptions } from './default';

export default class Gold extends Default {
public static readonly spawn_chance: number = 1.05;
public static readonly spawn_chance: number = 0.05;
// @ts-ignore
public get name(): 'gold' {
return 'gold';
Expand Down

0 comments on commit 5044ffa

Please sign in to comment.