maybe fix blood/swapper mage

This commit is contained in:
bgkillas 2024-09-16 17:18:58 -04:00
parent b71e130681
commit 6d7f5385cf

View file

@ -1,6 +1,6 @@
function damage_about_to_be_received( damage, x, y, entity_thats_responsible, critical_hit_chance )
if(entity_thats_responsible ~= GameGetWorldStateEntity())then
return 0, 0
return 2^-128, 0
end
return damage, 0