Skip to content

Commit f179321

Browse files
Changed Neutron Star RNG (now ante based)
1 parent 0b7c7a7 commit f179321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

items/planet.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ local nstar = {
766766

767767
--Add +1 to amount of neutron stars used this run
768768
G.GAME.neutronstarsusedinthisrun = G.GAME.neutronstarsusedinthisrun + 1
769-
local neutronhand = Cryptid.get_random_hand() --Random poker hand
769+
local neutronhand = Cryptid.get_random_hand(nil, "nstar" .. G.GAME.round_resets.ante) --Random poker hand
770770
update_hand_text({ sound = "button", volume = 0.7, pitch = 0.8, delay = 0.3 }, {
771771
handname = localize(neutronhand, "poker_hands"),
772772
chips = G.GAME.hands[neutronhand].chips,

0 commit comments

Comments
 (0)