From 3d91c73ba76168c9602c2a7ff4e15c696b948c22 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 10 Sep 2021 23:41:49 +0200 Subject: [PATCH] whoops --- init.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/init.lua b/init.lua index f95f537..f72ac0c 100755 --- a/init.lua +++ b/init.lua @@ -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