mirror of
https://github.com/CorsixTH/CorsixTH.git
synced 2025-07-23 04:13:01 +02:00
Merge pull request #2907 from lewri/grim_no_dynamic_info
Give GrimReaper empty updateDynamicInfo
This commit is contained in:
@@ -39,6 +39,10 @@ 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
|
||||
|
Reference in New Issue
Block a user