test: fix BLOCK test

This commit is contained in:
Daniel Schmidt 2023-12-25 08:37:34 +01:00
parent fe1d21c7bf
commit 2717d3279d

View File

@ -31,7 +31,7 @@ register_status_effect("BLOCK", {
end
damage = deal_damage(dummy, PLAYER_ID, 2)
if damage ~= 3 then
if damage ~= 2 then
return "Expected 2 damage, got " .. damage
end
end