From 470569e98f8d048ef418e7c923ebf89e8379caf9 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Fri, 31 Mar 2023 22:11:57 -0700 Subject: [PATCH] reorder basil options --- app/controllers/basil_controller.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/controllers/basil_controller.rb b/app/controllers/basil_controller.rb index 8888e000..e387f3d9 100644 --- a/app/controllers/basil_controller.rb +++ b/app/controllers/basil_controller.rb @@ -8,11 +8,12 @@ class BasilController < ApplicationController @enabled_content_types = [ Character, Location, Item, - Food, Planet, Landmark, - Flora, Town, + Creature, Flora, + Food, Planet, + Landmark, Town, # TODO improve these before release, if possible; otherwise disable - Building, Vehicle, Creature, + # Building, Vehicle, # TODO before release # Continent, Country,