Skip to content

Commit 77c5e5c

Browse files
committed
Fixed transport codes for Bunker
1 parent 2258a6e commit 77c5e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ class EngineeringBay(GameObject, Building, Terran):
478478
0x025300: 'Infantry Armor Level 3',
479479
}
480480

481-
@Transport(0x020001, None, None, 0x020033)
481+
@Transport(0x020001, None, 0x020033, 0x20020)
482482
class Bunker(GameObject, Building, Terran):
483483
code = 0x3301
484484
abilities = {

0 commit comments

Comments
 (0)