Re-enable Illusion and Smoke Bomb

This commit is contained in:
Sam 2018-07-27 11:39:55 +01:00 committed by Alexander Meech
parent f9a47c6cc2
commit 76a2386f23
1 changed files with 0 additions and 2 deletions

View File

@ -376,8 +376,6 @@ public class ClansManager extends MiniClientPlugin<ClientClan> implements IRelat
skillManager.RemoveSkill("Dwarf Toss", "Block Toss"); skillManager.RemoveSkill("Dwarf Toss", "Block Toss");
skillManager.removeSkill("Whirlwind Axe"); skillManager.removeSkill("Whirlwind Axe");
skillManager.removeSkill("Shield Smash"); skillManager.removeSkill("Shield Smash");
skillManager.removeSkill("Illusion");
skillManager.removeSkill("Smoke Bomb");
// Check if any Ice Prison blocks will be placed inside a safe zone or world event // Check if any Ice Prison blocks will be placed inside a safe zone or world event
// fixme Is there any way of checking the destination beforehand? // fixme Is there any way of checking the destination beforehand?
// Although if the user is trying to launch an Ice Prison into a safezone they should know better // Although if the user is trying to launch an Ice Prison into a safezone they should know better