Skip to content

Commit

Permalink
Remove "Mite Resistance" from the tooltip of frames
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardspec committed Jan 4, 2025
1 parent 31a8165 commit 0b79fc7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions items/buildscripts/buildbeeframe.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,13 @@ function build(directory, config, parameters, level, seed)
droneBreedRate="Drone Breed Rate",
queenBreedRate="Queen Breed Rate",
queenLifespan="Queen Lifespan",
miteResistance="Mite Resistance",
}
local intStats={
baseProduction = configParameter("baseProduction",0),
droneToughness = configParameter("droneToughness",0),
droneBreedRate = configParameter("droneBreedRate",0),
queenBreedRate = configParameter("queenBreedRate",0),
queenLifespan = configParameter("queenLifespan",0),
miteResistance = configParameter("miteResistance",0), -- Note that (currently) the normal range is -6.48 to 6.48, so use values smaller than 1 for balanced frames
}

local percentStatsStrings={
Expand Down

0 comments on commit 0b79fc7

Please sign in to comment.