We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2311191 commit 9bd03d0Copy full SHA for 9bd03d0
src_hudhelper/hud_helper.lua
@@ -529,7 +529,8 @@ local function InitFunctions()
529
--Keys or Bombs only
530
if specificResource then
531
if specificResource == "Bombs" then
532
- return Vector(0, repPlusOffset + twinOffset + (offset > 0 and -1 or 0))
+ local stupidJEOffset = ((offset - p1TwinOffset) > 0 or p1TwinOffset == 0) and 0 or 1
533
+ return Vector(0, repPlusOffset + p1TwinOffset + (offset > 0 and -1 or 0) + stupidJEOffset)
534
elseif specificResource == "Keys" then
535
local keysOffset = p1TwinOffset + poopAndBombsOffset
536
if poopAndBombsOffset == 0 and bethOffset > 0 then
0 commit comments