mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
The name of the location where the shooting star has dropped is now no longer lowercased
This commit is contained in:
parent
4d3d6e59e1
commit
ee42a4b82d
1 changed files with 2 additions and 2 deletions
|
|
@ -122,7 +122,7 @@ class ShootingStar(var level: ShootingStarType = ShootingStarType.values().rando
|
||||||
selfBots.filter { it.isIdle() }.forEach { it.activate(true) }
|
selfBots.filter { it.isIdle() }.forEach { it.activate(true) }
|
||||||
}
|
}
|
||||||
isSpawned = true
|
isSpawned = true
|
||||||
Repository.sendNews("A shooting star level ${level.ordinal + 1} just crashed near ${location.toLowerCase()}!")
|
Repository.sendNews("A shooting star level ${level.ordinal + 1} just crashed near ${location}!")
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue