fixed half-completed comment

This commit is contained in:
Joshua Yeager 2026-03-12 19:49:46 -07:00
parent 3681a55631
commit 6d394c7827

View file

@ -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