mirror of
https://github.com/BigJk/end_of_eden.git
synced 2026-02-06 10:48:09 +00:00
test: fix BLOCK test
This commit is contained in:
parent
fe1d21c7bf
commit
2717d3279d
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user