From a84246a63bf60b2536b0b2afd02134602a79db9f Mon Sep 17 00:00:00 2001 From: Pyrofab Date: Tue, 16 Jan 2024 02:40:58 +0100 Subject: [PATCH] Remove example for currently non-existent illustration feature --- wiki/blabber/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/wiki/blabber/index.md b/wiki/blabber/index.md index 5deb1fed..2a16eb0f 100644 --- a/wiki/blabber/index.md +++ b/wiki/blabber/index.md @@ -129,7 +129,6 @@ Here is an example of conditional choices in JSON: ```json { "text": "I have money.", - "illustration": "emerald", "next": "barter", "only_if": { "predicate": "babblings:holding_emerald", @@ -147,7 +146,6 @@ Here is an example of conditional choices in JSON: ```json { "text": "I have money.", - "illustration": "emerald", "next": "barter", "only_if": { "predicate": "babblings:holding_emerald",