mirror of
https://github.com/CorsixTH/CorsixTH.git
synced 2025-07-23 04:13:01 +02:00
Change to adding a stub function instead
This commit is contained in:
@@ -39,11 +39,15 @@ function GrimReaper:tickDay()
|
||||
return false
|
||||
end
|
||||
|
||||
function GrimReaper:updateDynamicInfo()
|
||||
-- The grim reaper has no dynamic info to update.
|
||||
end
|
||||
|
||||
function GrimReaper:afterLoad(old, new)
|
||||
if old < 213 then
|
||||
self.mood_marker = 2
|
||||
end
|
||||
|
||||
-- The grim repear has no dynamic info currently, so don't refresh it
|
||||
self:updateDynamicInfo()
|
||||
Humanoid.afterLoad(self, old, new)
|
||||
end
|
||||
|
Reference in New Issue
Block a user