mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-23 20:08:05 -08:00
Clean up
This commit is contained in:
@@ -850,10 +850,7 @@ function this.apply_ailment_damage(monster, ailment_type, ailment_damage)
|
||||
|
||||
local player = players.get_player(otomo.id);
|
||||
|
||||
if player ~= nil then
|
||||
players.update_damage(player, otomo_damage_source_type, monster.is_large, damage_object);
|
||||
end
|
||||
|
||||
players.update_damage(player, otomo_damage_source_type, monster.is_large, damage_object);
|
||||
players.update_damage(otomo, otomo_damage_source_type, monster.is_large, damage_object);
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user