diff --git a/assets/layers/wayside_shrine/wayside_shrine.json b/assets/layers/wayside_shrine/wayside_shrine.json index fa790fadc..7b6de4a46 100644 --- a/assets/layers/wayside_shrine/wayside_shrine.json +++ b/assets/layers/wayside_shrine/wayside_shrine.json @@ -167,10 +167,10 @@ { "id": "inscription", "question": { - "en": "What is the inscription in this wayside shrine?" + "en": "Is there an inscription?" }, "render": { - "en": "The inscription on this shrine is <b>{inscription}</b>" + "en": "The inscription is <b>{inscription}</b>" }, "freeform": { "key": "inscription" @@ -179,13 +179,19 @@ { "if": "not:inscription=yes", "then": { - "en": "This wayside shrine does not have an inscription" + "en": "No inscription" } }, { "if": "inscription=Ave Maria", "then": { - "en": "The inscription on this shrine is <b>Ave Maria</b>" + "en": "The inscription is <b>Ave Maria</b>" + } + }, + { + "if": "inscription=I.N.R.I", + "then": { + "en": "The inscription is <b>I.N.R.I.</b>" } } ] @@ -470,18 +476,6 @@ ] } }, - { - "question": { - "en": "What is the inscription on this {title()}?" - }, - "id": "wayside_inscription", - "freeform": { - "key": "inscription" - }, - "render": { - "en": "The inscription on this {title()} is: {inscription}" - } - }, "level" ], "deletion": {