Skip to content

Commit

Permalink
Fix random box missing some stuff options, closes #211.
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Mar 2, 2024
1 parent 8fe6b6f commit 2394abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts_src/rndenctr/ecbox.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ procedure GetZone begin
if (val) then
return ZONE_3;

INBOUNDS(700, 1400, 2400, 2700, val)
INBOUNDS(350, 1400, 1100, 1500, val)
if (val) then
return ZONE_4;

Expand Down

0 comments on commit 2394abb

Please sign in to comment.