mirror of
https://github.com/Steffo99/noita-starting-perk.git
synced 2024-11-23 06:14:17 +00:00
whoops
This commit is contained in:
parent
b7b261848c
commit
3d91c73ba7
1 changed files with 4 additions and 4 deletions
8
init.lua
8
init.lua
|
@ -67,13 +67,13 @@ function OnPlayerSpawned( player_entity )
|
||||||
local y = y_bottom - (current_row - 1) * offset
|
local y = y_bottom - (current_row - 1) * offset
|
||||||
|
|
||||||
-- Spawn the perk
|
-- Spawn the perk
|
||||||
-- perk_spawn_random(x, y, not only_one)
|
perk_spawn_random(x, y, not only_one)
|
||||||
|
|
||||||
-- Used to take the screenshot
|
|
||||||
perk_spawn( 771, -96, "GENOME_MORE_LOVE" )
|
|
||||||
|
|
||||||
perks_amount = perks_amount - 1
|
perks_amount = perks_amount - 1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- Used to take the screenshot
|
||||||
|
-- perk_spawn( 771, -96, "GENOME_MORE_LOVE" )
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue