Change hoglin transformation overworld check from -100 to mg_overworld_min

This commit is contained in:
WillConker 2024-06-05 20:11:57 +00:00
parent fcf97f114f
commit 76364ea513
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ local hoglin = {
end
end,
do_custom = function(self, dtime)
if self.object:get_pos().y > -100 then
if self.object:get_pos().y > mcl_vars.mg_overworld_min then
if self._zoglin_transform_timer == nil then
self._zoglin_transform_timer = 15
elseif self._zoglin_transform_timer <= 0 then