module Gamefic::Scriptable

def included_scripts

def included_scripts
  ancestors.that_are(Scriptable).uniq
end