From a3470c424eeac6712a0e5d4dbbc75df501be2ecf Mon Sep 17 00:00:00 2001
From: MELERIX <MELERIX@users.noreply.github.com>
Date: Sun, 14 Apr 2013 14:22:47 +0000
Subject: [PATCH] BETA: Restored lethal for Deadly Roulette, broken since
 [9500].

Reported by: FinalDestination
Tested by: FinalDestination
---
 .../game/data/scripts/handlers/skillhandlers/Disablers.java    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/skillhandlers/Disablers.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/skillhandlers/Disablers.java
index 66a9024e39..c256368ec7 100644
--- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/skillhandlers/Disablers.java
+++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/skillhandlers/Disablers.java
@@ -208,8 +208,9 @@ public class Disablers implements ISkillHandler
 					{
 						target.getAI().notifyEvent(CtrlEvent.EVT_AGGRESSION, activeChar, (int) ((150 * skill.getPower()) / (target.getLevel() + 7)));
 					}
-					// TODO [Nemesiss] should this have 100% chance?
 					skill.getEffects(activeChar, target, new Env(shld, ss, sps, bss));
+					// TODO: Remove this when lethal effect is done.
+					Formulas.calcLethalHit(activeChar, target, skill);
 					break;
 				}
 				case AGGREDUCE:
-- 
GitLab