Skip to content

Commit

Permalink
Properly adds Pentagon orbits.
Browse files Browse the repository at this point in the history
  • Loading branch information
RemieRichards committed Dec 18, 2015
1 parent 7bab23d commit 5a53b52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/mob/dead/observer/observer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
rot_seg = 3
if(GHOST_ORBIT_SQUARE)
rot_seg = 4
if(GHOST_ORBIT_PENTAGON)
rot_seg = 5
if(GHOST_ORBIT_HEXAGON)
rot_seg = 6
else //Circular
Expand Down

0 comments on commit 5a53b52

Please sign in to comment.