fix: random artifact at game start

This commit is contained in:
Daniel Schmidt 2023-12-30 09:43:25 +01:00
parent 59f0e15d89
commit ec6c0dab51

View File

@ -47,7 +47,7 @@ As you struggle to gather your bearings, you notice a blinking panel on the wall
give_card("BLOCK", PLAYER_ID)
give_card("BLOCK", PLAYER_ID)
give_artifact(get_random_artifact_type(150), PLAYER_ID)
give_artifact(random_artifact(150), PLAYER_ID)
end,
on_end = function()
return GAME_STATE_RANDOM