Skip to content
Snippets Groups Projects
Commit 35314871 authored by Zealar's avatar Zealar
Browse files

BETA : Ground effect shouldn't include doors

  
  Patch by: FallenAngel
  Reviewed by: Sdw, Zealar
  Reported by: Driad
  Tested by: Driad, Zealar
  
  
parent 5100a607
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,11 @@ public class Ground implements ITargetTypeHandler
continue;
}
if (character.isDoor())
{
continue;
}
if ((maxTargets > 0) && (targetList.size() >= maxTargets))
{
break;
......
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