class Astromapper::Builder::Hostile

Public Class Methods

new(star,orbit_number) click to toggle source
Calls superclass method Astromapper::Builder::Planet::new
# File lib/astromapper/builder/orbit.rb, line 145
def initialize(star,orbit_number)
  super
  @atmo = [10,11,12,13,14].sample
  @hydro = toss(2,4)
  @kid = 'H'
end