Remove dynamic info for GrimReaper

This commit is contained in:
lewri
2025-06-11 22:02:35 +01:00
parent 4cc931ac25
commit c6b7b48825

View File

@@ -44,6 +44,6 @@ function GrimReaper:afterLoad(old, new)
self.mood_marker = 2
end
self:updateDynamicInfo()
-- The grim repear has no dynamic info currently, so don't refresh it
Humanoid.afterLoad(self, old, new)
end