Made RTS AI target drills too

This commit is contained in:
Anuken
2022-10-21 17:27:28 -04:00
parent 52b1372324
commit 4dd4396445
5 changed files with 8 additions and 1 deletions
@@ -20,6 +20,8 @@ public enum BlockFlag{
reactor,
/** Blocks that extinguishes fires. */
extinguisher,
/** Is a drill. */
drill,
//special, internal identifiers
launchPad,