Skip to content

Commit 0580ce9

Browse files
committed
Improve the comments
1 parent 6502d16 commit 0580ce9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

gameplay/advance.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ local function choose_or_random(random_value_choice, advs, need_physics)
174174
vtips.set()
175175
advs:reset()
176176
local r = addadv.choose_random_adv(random_value_choice)
177-
-- If only one choice, don't remove the card from the float region, remain this card for comfirming
177+
-- If there's only one choice, don't remove the card from the float region.
178+
-- and remain this card for confirming
178179
-- https://github.com/cloudwu/deepfuture/issues/66
179180
-- https://github.com/cloudwu/deepfuture/issues/68
180181
if #r > 1 then

0 commit comments

Comments
 (0)