Skip to content

Commit

Permalink
Update props.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gognjen authored Jan 3, 2017
1 parent fe83495 commit 677bdc2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions flatlib/props.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,13 +202,13 @@ class object:
# Object orbs
orb = {
const.NO_PLANET: 0,
const.SUN: 15,
const.MOON: 12,
const.MERCURY: 7,
const.VENUS: 7,
const.MARS: 8,
const.JUPITER: 9,
const.SATURN: 9,
const.SUN: 10,
const.MOON: 10,
const.MERCURY: 5,
const.VENUS: 5,
const.MARS: 5,
const.JUPITER: 10,
const.SATURN: 10,
const.URANUS: 5,
const.NEPTUNE: 5,
const.PLUTO: 5,
Expand Down

0 comments on commit 677bdc2

Please sign in to comment.