mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-28 05:45:10 -06:00
fixed half-completed comment
This commit is contained in:
parent
3681a55631
commit
6d394c7827
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ class PeerTheSeerDialogue(player: Player? = null) : DialoguePlugin(player) {
|
|||
var prediction = RandomFunction.getRandom(5)
|
||||
|
||||
override fun open(vararg args: Any?): Boolean {
|
||||
//This if statement is definitely
|
||||
//This should probably be a switch
|
||||
if (player.inventory.contains(3710, 1)) {
|
||||
playerl(FacialExpression.HAPPY, "Can I have a weather forecast now please?")
|
||||
stage = 15
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue