class Gamefic::Plot

def uncast(actor)

def uncast(actor)
  subplots.each { |sp| sp.uncast actor }
  super
end