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 84bddce commit 45b825c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions flatlib/props.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,19 +202,19 @@ class object:
# Object orbs
orb = {
const.NO_PLANET: 0,
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,
const.CHIRON: 5,
const.NORTH_NODE: 10,
const.SOUTH_NODE: 10,
const.SUN: 9,
const.MOON: 9,
const.MERCURY: 6,
const.VENUS: 6,
const.MARS: 6,
const.JUPITER: 9,
const.SATURN: 9,
const.URANUS: 6,
const.NEPTUNE: 6,
const.PLUTO: 6,
const.CHIRON: 6,
const.NORTH_NODE: 9,
const.SOUTH_NODE: 9,
const.SYZYGY: 0,
const.PARS_FORTUNA: 0
}
Expand Down

0 comments on commit 45b825c

Please sign in to comment.