Skip to content

Commit

Permalink
Merge pull request #127 from FreezePhoenix/patch-9
Browse files Browse the repository at this point in the history
Move xscorpion spawn so it is inside bounds
  • Loading branch information
kaansoral authored Mar 31, 2024
2 parents 0b4c842 + 3dd3f82 commit d76b1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions design/maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -1288,8 +1288,8 @@
{"type":"greenjr","boundary":[-720,-820,-418,-203],"count":1},

{"type":"minimush","boundary":[-166,453,182,808],"count":8,"grow":True},
{"type":"mrpumpkin","boundary":[-671,571,-300,800],"count":1,"special":True},
{"type":"xscorpion","boundary":[-671,571,-300,800],"count":6,"grow":True},
{"type":"mrpumpkin","boundary":[-671,571,-320,800],"count":1,"special":True},
{"type":"xscorpion","boundary":[-671,571,-320,800],"count":6,"grow":True},

{"type":"snake","boundary":[141,-792,552,-702],"count":6,"grow":True},
{"type":"osnake","boundary":[141,-792,552,-702],"count":2},
Expand Down

0 comments on commit d76b1fc

Please sign in to comment.