From 9fd6f71d7e6f6ee2ae1d88ea75315dfeecbaa5bb Mon Sep 17 00:00:00 2001
From: Bunny <glisa825@gmail.com>
Date: Thu, 27 Aug 2020 20:40:02 -0400
Subject: [PATCH] Make stoning poison no_npc_use (as the player is always
 instakill immune anyway)

---
 game/modules/tome/data/talents/cunning/poisons.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/game/modules/tome/data/talents/cunning/poisons.lua b/game/modules/tome/data/talents/cunning/poisons.lua
index 67ab6fcfef..648317af2a 100644
--- a/game/modules/tome/data/talents/cunning/poisons.lua
+++ b/game/modules/tome/data/talents/cunning/poisons.lua
@@ -587,6 +587,7 @@ newTalent{
 	points = 1,
 	mode = "sustained",
 	cooldown = 10,
+	no_npc_use = true,
 	no_break_stealth = true,
 	no_energy = true,
 	target = poisonTarget,
-- 
GitLab