1
Fork 0
mirror of https://github.com/Steffo99/noita-starting-perk.git synced 2024-10-16 05:27:27 +00:00
This commit is contained in:
Steffo 2021-09-10 23:41:49 +02:00
parent b7b261848c
commit 3d91c73ba7
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -67,13 +67,13 @@ function OnPlayerSpawned( player_entity )
local y = y_bottom - (current_row - 1) * offset
-- Spawn the perk
-- perk_spawn_random(x, y, not only_one)
-- Used to take the screenshot
perk_spawn( 771, -96, "GENOME_MORE_LOVE" )
perk_spawn_random(x, y, not only_one)
perks_amount = perks_amount - 1
end
end
end
-- Used to take the screenshot
-- perk_spawn( 771, -96, "GENOME_MORE_LOVE" )
end