Don't Starve Revision History Viewer

Comparing Six Feet Under (Rev 86935) to All's Well That Maxwell (Rev 88237)

components/periodicspawner.lua

113114115116117118
end end function PeriodicSpawner:LongUpdate(dt) if self.target_time then if self.task then
113114115116117118119120121122123124125126
end end function PeriodicSpawner:OnEntitySleep() self:Stop() end function PeriodicSpawner:OnEntityWake() self:Start() end function PeriodicSpawner:LongUpdate(dt) if self.target_time then if self.task then