Skip to content

Commit

Permalink
The density can exceed 16 if you stack a ton of flying units.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 165702918
  • Loading branch information
tewalds committed Aug 29, 2017
1 parent 3e07496 commit b594ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysc2/lib/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def __new__(cls, **kwargs):
unit_hit_points=(1600, FeatureType.SCALAR, colors.hot, True),
unit_energy=(1000, FeatureType.SCALAR, colors.hot, True),
unit_shields=(1000, FeatureType.SCALAR, colors.hot, True),
unit_density=(16, FeatureType.SCALAR, colors.hot, False),
unit_density=(16, FeatureType.SCALAR, colors.hot, True),
unit_density_aa=(256, FeatureType.SCALAR, colors.hot, False),
)

Expand Down

0 comments on commit b594ad7

Please sign in to comment.