diff --git a/app/controllers/basil_controller.rb b/app/controllers/basil_controller.rb index f5e1707e..03b1eeb5 100644 --- a/app/controllers/basil_controller.rb +++ b/app/controllers/basil_controller.rb @@ -7,8 +7,11 @@ class BasilController < ApplicationController disabled_content_types = [Universe] @enabled_content_types = [ - Character, Location, Item, Building, - Food, Planet + Character, Location, Item, + Food, Planet, Landmark, + + # TODO improve these before release, if possible + Building, # TODO # Condition, Continent, Country, diff --git a/app/services/basil_service.rb b/app/services/basil_service.rb index 66065bcc..a13b4ef0 100644 --- a/app/services/basil_service.rb +++ b/app/services/basil_service.rb @@ -15,6 +15,8 @@ class BasilService < Service %w(realistic) when 'Planet' %w(realistic) + when 'Landmark' + %w(realistic) else %w(Default) end