Skip to content
Snippets Groups Projects
Commit 68050c1f authored by DarkGod's avatar DarkGod
Browse files

Most summoned actors do not drop loot anymore

parent 641b1a60
No related branches found
No related tags found
No related merge requests found
......@@ -385,6 +385,8 @@ newTalent{
m.summon_time = filter.lastfor
m.faction = self.faction
if not filter.hasloot then m:forgetInven(m.INVEN_INVEN) end
game.zone:addEntity(game.level, m, "actor", x, y)
game.logSeen(self, "%s summons %s!", self.name:capitalize(), m.name)
......
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