Collision-check the remaining single-tile player refusal shoves

CLOSES #1548
This commit is contained in:
bryanthaboi
2026-08-21 19:46:15 -04:00
parent c0f4315cd8
commit 15fc04e067
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ local function joinPrompt(game, ow, done)
local t = game.data.text
local back = function(text)
game.stack:push(TextBox.new(game, text, function()
ow:scriptMove(ow.player, "down", 1, done)
ow:scriptMove(ow.player, "down", 1, done, { collide = true })
end))
end
game.stack:push(TextBox.new(game,