Skip to content

Commit a4b4e4f

Browse files
committed
Update placeholder Keystone name
1 parent 230b424 commit a4b4e4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Modules/CalcSetup.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1386,7 +1386,7 @@ function calcs.initEnv(build, mode, override, specEnv)
13861386
-- Hollow Palm Technique
13871387
if (not env.player.itemList["Weapon 1"]) and env.modDB.mods.Keystone then
13881388
for _, keystone in ipairs(env.modDB.mods.Keystone) do
1389-
if keystone.value == "Eternal Youth" then -- TODO Update to correct Keystone value "Hollow Palm Technique"
1389+
if keystone.value == "Hollow Palm Technique" then
13901390
env.player.weaponData2 = copyTable(env.data.unarmedWeaponData[env.classId])
13911391
for i = 1, 2 do
13921392
env.player["weaponData" .. tostring(i)].asThoughUsing = env.player["weaponData" .. tostring(i)].asThoughUsing or { }

0 commit comments

Comments
 (0)