Dota 2
Roshpit Champions RPG 4.1
闪袭 Jun 10, 2020 @ 12:14am
Tarot card selection is a scam.
Tarot card selection is a scam. In fact, which card you choose is a result. The real random will only execute the random result after you choose a card, and the result is controlled by the background.
< >
Showing 1-3 of 3 comments
ChalkyBrush  [developer] Jun 10, 2020 @ 2:23pm 
wrong. The cards are shuffled at the start.
ChalkyBrush  [developer] Jun 10, 2020 @ 2:25pm 
function Winterblight:OpenWinterblightCastle()
Winterblight.TarotCardTable = {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22}
Winterblight.TarotCardTable = WallPhysics:ShuffleTable(Winterblight.TarotCardTable)
end
ChalkyBrush  [developer] Jun 10, 2020 @ 2:26pm 
function Winterblight:TarotCardSelect(msg)
local actualTarot = Winterblight.TarotCardTable[selection + 1]
end
< >
Showing 1-3 of 3 comments
Per page: 1530 50