Replace SystemArray wrapper methods with actual System.Array methods

This commit is contained in:
GreenComfyTea
2022-08-13 17:00:55 +03:00
parent acd7486b16
commit abec9a5c27
4 changed files with 40 additions and 33 deletions

View File

@@ -157,8 +157,7 @@ function small_monster.update(enemy, monster)
monster.dead_or_captured = dead_or_captured;
end
--do return end;
pcall(ailments.update_ailments, enemy, monster, false);
pcall(ailments.update_ailments, enemy, monster);
end
function small_monster.update_health(enemy, monster)