Commit 80063db446a90d9701023021c787dfdd69ffacf7
1 parent
68f079fe
oups
git-svn-id: http://svn.net-core.org/repos/t-engine4@5157 51575b47-30f0-44d4-a5cc-537603b46e54
Showing
1 changed file
with
0 additions
and
1 deletions
... | ... | @@ -1104,7 +1104,6 @@ function _M:entityFilterPost(zone, level, type, e, filter) |
1104 | 1104 | no_loot_randart = true, |
1105 | 1105 | resources_boost = 1.5, |
1106 | 1106 | class_filter = function(c) |
1107 | - if c.name=="Doomed" then return true else return false end | |
1108 | 1107 | if e.power_source then |
1109 | 1108 | for ps, _ in pairs(e.power_source) do if c.power_source and c.power_source[ps] then return true end end |
1110 | 1109 | return false | ... | ... |
-
Please register or login to post a comment