Skip to content

Commit 37fd3d9

Browse files
committed
Don't set the data in the other build files
1 parent 9e0a603 commit 37fd3d9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

sc2reader/data/build16561.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ class Egg(Supporter):
508508
class Drone(Worker):
509509
abilities = {
510510
0x0: 'Return cargo',
511-
0x12a40: 'Gather resources',
511+
0x0: 'Gather resources',
512512
0x0: 'Burrow',
513513
0x0: 'Hatchery',
514514
0x0: 'Spawning Pool',
@@ -543,7 +543,7 @@ class Baneling(Moveable, Attacker):
543543
abilities = {
544544
0x0: 'Explode',
545545
0x0: 'Attack Structure',
546-
0x21c00: 'Enable Building Attack',
546+
0x0: 'Enable Building Attack',
547547
0x0: 'Disable Building Attack',
548548
}
549549

sc2reader/data/build17326.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ class Baneling(Moveable, Attacker):
552552
abilities = {
553553
0x003500: 'Explode',
554554
0x011d00: 'Attack Structure',
555-
0x21c00: 'Enable Building Attack',
555+
0x0: 'Enable Building Attack',
556556
0x0: 'Disable Building Attack',
557557
}
558558

sc2reader/data/build19595.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,8 +658,8 @@ class Baneling(Moveable, Attacker):
658658
abilities = {
659659
0x3600: 'Explode',
660660
0x5e40: 'Attack Structure',
661-
0x0: 'Attack Structure',
662661
0x21c00: 'Enable Building Attack',
662+
0x0: 'Disable Building Attack',
663663
}
664664

665665
@Burrows(0x13b00, 0x13c00)

0 commit comments

Comments
 (0)