Skip to content

Commit 0802eed

Browse files
committed
Add Hallucinated Archon
1 parent 0199a57 commit 0802eed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sc2reader/data/base.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,9 @@ class ImmortalHallucinated(Protoss, Moveable, Attacker):
320320
class Archon(Protoss, Moveable, Attacker):
321321
code = 0xa801
322322

323+
class ArchonHallucinated(Protoss, Moveable, Attacker):
324+
code = 0xa802
325+
323326
class Colossus(Protoss, Moveable, Attacker):
324327
code = 0x1d01
325328

@@ -709,4 +712,4 @@ class Beacon6(Destructable):
709712
name = "Beacon (Zerg Small)"
710713

711714
class Automaton2000(Critter):
712-
code = 0xed01
715+
code = 0xed01

0 commit comments

Comments
 (0)