Skip to content
Snippets Groups Projects
Commit 401e2533 authored by Chris Davidson's avatar Chris Davidson
Browse files

Ban Dreamscape entirely from NPC use

Doomed shade can still use it, etc.
parent e1ba1b5a
No related branches found
No related tags found
1 merge request!5111.6 Misc
......@@ -122,6 +122,7 @@ newTalent{
cooldown = 24,
psi = 40,
not_on_random_boss = true,
no_npc_use = true, -- Currently bugged and can spawn on stuff like player clones
tactical = { DISABLE = function(self, t, target) if target and target.game_ender and target:attr("sleep") then return 4 else return 0 end end},
direct_hit = true,
requires_target = true,
......
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