about summary refs log tree commit diff stats
path: root/data/maps/the_hive/rooms/Mastery Room.txtpb
blob: 5e3326ced637c19a5facb38c342afe1f27038a88 (plain) (blame)
1
2
3
4
5
name: "Mastery Room"
masteries {
  name: "MASTERY"
  path: "Components/Collectables/smiley"
}
{ color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# This migration comes from pokeviewer (originally 20170924152817)
class AddOtGenderToPokemon < ActiveRecord::Migration[5.1]
  def change
    add_column :pokeviewer_pokemon, :ot_gender, :string, null: false, default: ""
  end
end