Files
impostor/inc/decision/decision.talk_to_truth.lua
mr.one 4cc0025f5e
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
sort-of progress, lots of bugs
2026-04-28 23:42:34 +02:00

10 lines
175 B
Lua

Decision.register({
id = "talk_to_truth",
label = function()
return "Talk to ????"
end,
handle = function()
Discussion.start("norman_truth", "game")
end,
})