Skip to content

Commit 50b025a

Browse files
authored
Sync modoptions with ingame
* reverts accidental playerchickens change (see af01a46) * max chicken queen HP mult 30 → 1000
1 parent 6f998f3 commit 50b025a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

LuaMenu/configs/gameConfig/zk/ModOptions.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,7 @@ local options = {
587587
{ key = 'Chicken: Custom', name = "Chicken: Custom", desc = 'Customize your chicken.' },
588588
},
589589
},
590+
--[[ broken, prevent newbie footgun (cf. #3567 gameside ticket)
590591
{
591592
key = "playerchickens",
592593
name = "Players as chickens",
@@ -595,6 +596,7 @@ local options = {
595596
def = false,
596597
section = 'chicken',
597598
},
599+
]]
598600
{
599601
key = "eggs",
600602
name = "Chicken Eggs",
@@ -663,7 +665,8 @@ local options = {
663665
section= 'chicken',
664666
def = 1,
665667
min = 0.1,
666-
max = 30,
668+
max = 1000, --[[ keep in mind that this can get further increased by playercount-based mults,
669+
and that at such extreme values float errors appear (uncharted territory) ]]
667670
step = 0.05,
668671
},
669672
{

0 commit comments

Comments
 (0)