Skip to content
Snippets Groups Projects
Commit a37a208d authored by Alex Ksandra's avatar Alex Ksandra
Browse files

Time Prison considerations!

parent 8aee40bb
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ function _M:actBase()
end
end
-- Run out of time ?
if self.ai and self.ai == "summoned" and self.summon_time then
if self.ai and self.ai == "summoned" and not self:attr("no_timeflow") and self.summon_time then
self.summon_time = self.summon_time - 1
if self.summon_time <= 0 then
if not self.summon_quiet then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment