mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-30 07:21:16 -05:00
Jeopardy: add hintNum variable to hint_template
This commit is contained in:
parent
a981251acc
commit
112e184152
@ -633,7 +633,7 @@ class Jeopardy(callbacks.Plugin):
|
|||||||
len(str(self.timeout))
|
len(str(self.timeout))
|
||||||
)
|
)
|
||||||
reply = self.hint_template.render(
|
reply = self.hint_template.render(
|
||||||
hint=self.currentHint, time=timeLeft, points=points
|
hint=self.currentHint, time=timeLeft, points=points, hintNum = self.hints
|
||||||
)
|
)
|
||||||
if self.showHints or self.showTime:
|
if self.showHints or self.showTime:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user